Skip to content

Commit 1cd2bdc

Browse files
committed
Ignore test_async_require on windows
1 parent f8ed33a commit 1cd2bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/luau/require.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ fn test_require_with_config() {
202202
assert!((res.unwrap_err().to_string()).contains("@ is not a valid alias"));
203203
}
204204

205-
#[cfg(feature = "async")]
205+
#[cfg(all(feature = "async", not(windows)))]
206206
#[tokio::test]
207207
async fn test_async_require() -> Result<()> {
208208
let lua = Lua::new();

0 commit comments

Comments
 (0)