diff options
-rw-r--r-- | test_plugin/tests/integration_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |