diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-01 11:26:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-01 11:26:07 -0700 |
commit | b19ca30b43401cf5b550ba91498e6daced1dde6b (patch) | |
tree | f707b6490efc79aa5b32ea6e1b0e7e86a654562c /tools | |
parent | 20caeb182cbc152e7e038306a9b01f438f79ca41 (diff) |
Enable workqueue_test on Windows
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index dedd55774b..291ae415a4 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1919,7 +1919,8 @@ "ci_platforms": [ "linux", "mac", - "posix" + "posix", + "windows" ], "cpu_cost": 1.0, "exclude_configs": [], @@ -1930,7 +1931,8 @@ "platforms": [ "linux", "mac", - "posix" + "posix", + "windows" ] }, { |