mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-04 02:31:19 +01:00
Disable flaky plugin test on windows (#3474)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user