diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-16 10:50:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-16 12:16:48 +0200 |
commit | 5b7aaefc07de0638f84cc9ef6c813123e7128cba (patch) | |
tree | 2162d4091b8ddd8a040c6e77e5b841d8aeb867b7 /tests/data | |
parent | 901804ef95777b8e735a55b77f8dd630a58c575b (diff) | |
download | curl-5b7aaefc07de0638f84cc9ef6c813123e7128cba.tar.gz |
test1184: disable
The test should be fine and it works for me repeated when run manually,
but clearly it causes CI failures and it needs more research.
Reported-by: RiderALT on github
Fixes #7725
Closes #7732
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/DISABLED | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 9744ac062..6807fe23d 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -15,6 +15,8 @@ # of running runtests.pl as a child of itself sharing # some of the directories. 1182 +# test 1184 causes flakiness in CI builds, mostly visible on macOS +1184 1209 1211 # fnmatch differences are just too common to make testing them sensible |