mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
Disable flaky plugin test on windows (#3474)
This commit is contained in:
parent
90c5aadbca
commit
4b9953b6ac
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ const BUILD_VARIANT: &str = "debug";
|
||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
const BUILD_VARIANT: &str = "release";
|
const BUILD_VARIANT: &str = "release";
|
||||||
|
|
||||||
|
// TODO(ry) Re-enable this test on windows. It is flaky for an unknown reason.
|
||||||
|
#[cfg(not(windows))]
|
||||||
#[test]
|
#[test]
|
||||||
fn basic() {
|
fn basic() {
|
||||||
let mut build_plugin_base = Command::new("cargo");
|
let mut build_plugin_base = Command::new("cargo");
|
||||||
|
|
Loading…
Reference in a new issue