From 2a6cf9174360806ab9188b72540a7d40e31c7e15 Mon Sep 17 00:00:00 2001 From: Mikhail Golenkov Date: Mon, 3 Feb 2020 17:58:46 +1100 Subject: [PATCH] Do not run behat tests until moodle-plugin-ci is fixed #178. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dac4cc..27c038f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,4 +59,7 @@ script: - moodle-plugin-ci mustache - moodle-plugin-ci grunt - moodle-plugin-ci phpunit - - moodle-plugin-ci behat \ No newline at end of file +# Behat tests are failing due to issue: +# https://github.com/blackboard-open-source/moodle-plugin-ci/issues/70 +# Commenting it out until the issue is fixed. +# - moodle-plugin-ci behat \ No newline at end of file