From 4b9953b6ac9d07f9d54f2f29c8fa33c0abcdc906 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Tue, 10 Dec 2019 19:20:08 +0800 Subject: Disable flaky plugin test on windows (#3474) --- test_plugin/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_plugin/tests/integration_tests.rs') diff --git a/test_plugin/tests/integration_tests.rs b/test_plugin/tests/integration_tests.rs index a6790d013..9304560f7 100644 --- a/test_plugin/tests/integration_tests.rs +++ b/test_plugin/tests/integration_tests.rs @@ -12,6 +12,8 @@ const BUILD_VARIANT: &str = "debug"; #[cfg(not(debug_assertions))] const BUILD_VARIANT: &str = "release"; +// TODO(ry) Re-enable this test on windows. It is flaky for an unknown reason. +#[cfg(not(windows))] #[test] fn basic() { let mut build_plugin_base = Command::new("cargo"); -- cgit v1.2.3