Skip to content

Commit fd57613

Browse files
committed
Remove validate_integration tests
1 parent 62e8e50 commit fd57613

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

crates/schema/tests/validate_integration.rs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ fn assert_identical(module_def_1: ModuleDef, module_def_2: ModuleDef) {
6363
assert_eq!(s1, s2, "ModuleDefs are not identical");
6464
}
6565

66-
#[test]
67-
fn validate_rust_wasm_test() {
68-
validate_module("rust-wasm-test");
69-
}
70-
71-
#[test]
72-
fn validate_sdk_test() {
73-
validate_module("sdk-test");
74-
}
75-
7666
#[test]
7767
fn validate_cs_modules() {
7868
// These need to be called in sequence because running them in parallel locks the codegen DLLs
@@ -81,13 +71,3 @@ fn validate_cs_modules() {
8171
validate_module("sdk-test-connect-disconnect-cs");
8272
validate_module("spacetimedb-quickstart-cs");
8373
}
84-
85-
#[test]
86-
fn validate_sdk_test_connect_disconnect() {
87-
validate_module("sdk-test-connect-disconnect");
88-
}
89-
90-
#[test]
91-
fn validate_spacetimedb_quickstart() {
92-
validate_module("spacetimedb-quickstart");
93-
}

0 commit comments

Comments
 (0)