Skip to content

Commit a1349a3

Browse files
committed
fix test
1 parent 20fea58 commit a1349a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

duckscript_sdk/src/sdk/std/net/http_client/mod_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn run_get_to_file() {
4141
assert!(text.contains("Rust"));
4242
}
4343

44+
#[cfg(target_os = "linux")]
4445
#[test]
4546
fn run_post() {
4647
test::run_script_and_validate(

0 commit comments

Comments
 (0)