Skip to content

Commit 1ac815f

Browse files
committed
Run all JSONPath CTS
1 parent e274b34 commit 1ac815f

File tree

1 file changed

+1
-2
lines changed
  • packages/hurl/src/jsonpath2/tests

1 file changed

+1
-2
lines changed

packages/hurl/src/jsonpath2/tests/cts.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ fn load_testcases() -> Vec<TestCase> {
284284
#[test]
285285
fn run() {
286286
let testcases = load_testcases();
287-
// TODO: Remove Limit when spec is fully implemented
288-
let testcases = testcases.iter().take(690);
287+
let testcases = testcases.iter();
289288
let count_total = testcases.len();
290289

291290
// Make sure that ignored tests are in the test suite

0 commit comments

Comments
 (0)