Skip to content

Commit

Permalink
chore: comment out single compliance test
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Mar 2, 2024
1 parent 68be662 commit 1d941a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_json_path/tests/compliance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn compliance_test_suite() {
const TEST_CASE_N: usize = 10;

#[test]
// #[ignore = "this is only for testing individual CTS test cases as needed"]
#[ignore = "this is only for testing individual CTS test cases as needed"]
fn compliance_single() {
let cts_json_str = fs::read_to_string("../jsonpath-compliance-test-suite/cts.json")
.expect("read cts.json file");
Expand Down

0 comments on commit 1d941a0

Please sign in to comment.