We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fea58 commit a1349a3Copy full SHA for a1349a3
duckscript_sdk/src/sdk/std/net/http_client/mod_test.rs
@@ -41,6 +41,7 @@ fn run_get_to_file() {
41
assert!(text.contains("Rust"));
42
}
43
44
+#[cfg(target_os = "linux")]
45
#[test]
46
fn run_post() {
47
test::run_script_and_validate(
0 commit comments