Skip to content

Commit 07ecb69

Browse files
authored
Merge pull request swiftlang#158 from seabaylea/clean-ci
Disable drift, pingpong and io tests to clean up Swift CI
2 parents 319496a + 1f0f7b2 commit 07ecb69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: tests/Makefile.am

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ DISABLED_TESTS= \
3232
dispatch_priority \
3333
dispatch_priority2 \
3434
dispatch_read \
35-
dispatch_read2
35+
dispatch_read2 \
36+
dispatch_pingpong \
37+
dispatch_drift \
38+
dispatch_io
3639

3740
TESTS= \
3841
dispatch_apply \
@@ -42,7 +45,6 @@ TESTS= \
4245
dispatch_queue_finalizer \
4346
dispatch_group \
4447
dispatch_overcommit \
45-
dispatch_pingpong \
4648
dispatch_plusplus \
4749
dispatch_context_for_key \
4850
dispatch_after \
@@ -56,9 +58,7 @@ TESTS= \
5658
dispatch_timer_set_time \
5759
dispatch_starfish \
5860
dispatch_cascade \
59-
dispatch_drift \
6061
dispatch_data \
61-
dispatch_io \
6262
dispatch_io_net \
6363
dispatch_select
6464

0 commit comments

Comments
 (0)