Skip to content

Commit

Permalink
Disable test that plays with paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Apr 6, 2024
1 parent 9118d59 commit 21980f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/interop/tests/embedded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use boa_engine::module::ModuleLoader;
use boa_engine::{js_string, Context, JsString, JsValue, Module, Source};
use boa_interop::embed_module;

#[cfg(target_family = "unix")]
#[test]
fn simple() {
let module_loader = Rc::new(embed_module!("tests/embedded/"));
Expand Down

0 comments on commit 21980f8

Please sign in to comment.