Skip to content

Commit 12124f7

Browse files
committed
Skip benchmarks-ts for now
1 parent f4677aa commit 12124f7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

crates/schema/tests/ensure_same_schema.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,11 @@ declare_tests! {
7272
module_test => "module-test",
7373
sdk_test_connect_disconnect => "sdk-test-connect-disconnect",
7474
sdk_test => "sdk-test",
75-
benchmarks => "benchmarks",
75+
}
76+
77+
// FIXME: Move `benchmarks => "benchmarks,` back into the macro once `benchmarks-ts` exists
78+
#[test]
79+
#[serial]
80+
fn ensure_same_schema_rust_csharp_benchmarks() {
81+
assert_identical_modules("benchmarks", "C#", "cs");
7682
}

0 commit comments

Comments
 (0)