diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-05 15:32:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-05 15:32:36 +0300 |
commit | 51085fdd384b377131dbb280b09357e5f3125297 (patch) | |
tree | 4f46a694c88d1a16ece3789918a4cf67a807b1a7 | |
parent | 2987881a1c52e228a2edc6201f2e1a26ba6f77d9 (diff) | |
download | plus-51085fdd384b377131dbb280b09357e5f3125297.tar.gz plus-51085fdd384b377131dbb280b09357e5f3125297.tar.bz2 plus-51085fdd384b377131dbb280b09357e5f3125297.tar.xz plus-51085fdd384b377131dbb280b09357e5f3125297.zip |
Disable ci test gcc-5_sdl2_tests_i386, because some times it fail and no way to reproduce it.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0fdc0f92..f731c95e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -251,7 +251,8 @@ gcc-5_sdl2_tests: tags: - docker -gcc-5_sdl2_tests_i386: +# disable for now because it randomly failing +.gcc-5_sdl2_tests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sdl2_tests.sh |