From c68b07627be7b08dc1721bba73a9255dde8bf634 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 12 Nov 2020 22:42:01 +0100 Subject: [PATCH] #16479 - Allow selenium tests to fail until they are fixed Signed-off-by: William Desportes --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5545c25613..1641871888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,8 @@ jobs: - php: nightly - os: osx - name: "PHPUnit tests in random order" + # https://github.com/phpmyadmin/phpmyadmin/issues/16479 + - name: "Run selenium tests on Google Chrome" include: - stage: "Lint and analyse code"