提交 4b9953b6 编写于 作者: R Ry Dahl 提交者: Bert Belder

Disable flaky plugin test on windows (#3474)

上级 90c5aadb
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册