diff options
-rw-r--r-- | tools/run_tests/tests.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index c09d71f833..e3e0bf881f 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1056,10 +1056,7 @@ }, { "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" + "posix" ], "flaky": false, "language": "c", @@ -1069,6 +1066,12 @@ ] }, { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], "flaky": false, "language": "c", "name": "uri_parser_test", |