We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d1d0c commit 7ea1d2cCopy full SHA for 7ea1d2c
tests/Makefile.am
@@ -34,6 +34,16 @@ DISABLED_TESTS= \
34
dispatch_read \
35
dispatch_read2
36
37
+# Tests that have been disabled until we can
38
+# fix them to pseudo-pass if expected input files
39
+# are not present on the testing system
40
+DISABLED_TESTS2= \
41
+ dispatch_io \
42
+ dispatch_io_net \
43
+ dispatch_select
44
+
45
46
47
TESTS= \
48
dispatch_apply \
49
dispatch_api \
@@ -57,10 +67,7 @@ TESTS= \
57
67
dispatch_starfish \
58
68
dispatch_cascade \
59
69
dispatch_drift \
60
- dispatch_data \
61
- dispatch_io \
62
- dispatch_io_net \
63
- dispatch_select
70
+ dispatch_data
64
71
65
72
# List tests that are expected to fail here.
66
73
# Currently dispatch_concur fails occasionally, but passes more often than fails.
0 commit comments