Skip to content

Commit 7f22535

Browse files
authored
Merge pull request #96 from wilzbach/vibed-disable-1726
[Vibe-d] Disable hanging test 1726 temporarily
2 parents a5912c5 + 6014194 commit 7f22535

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vars/runPipeline.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ def testDownstreamProject (name) {
172172
case 'rejectedsoftware/vibe.d':
173173
// use DC=dmd to workaround https://github.com/dlang/dub/pull/966
174174
sh 'sed -i \'/# test building with Meson/,//d\' travis-ci.sh' // strip meson tests
175+
// temporarily disable failing tests, see: https://github.com/dlang/ci/pull/96
176+
sh 'rm -rf tests/vibe.core.net.1726' // FIXME
177+
sh 'rm -rf tests/std.concurrency' // FIXME
178+
175179
sh 'DC=dmd VIBED_DRIVER=libevent BUILD_EXAMPLE=1 RUN_TEST=1 ./travis-ci.sh'
176180
sh 'DC=dmd VIBED_DRIVER=libasync BUILD_EXAMPLE=0 RUN_TEST=0 ./travis-ci.sh || echo failed' // FIXME
177181
break;

0 commit comments

Comments
 (0)