Skip to content

Commit 1cfbb94

Browse files
integration test updates
1 parent fb8b91a commit 1cfbb94

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

tests/integration/skip.ts

+13-10
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ const skip: Record<string, SkippedTest> = {
1616
reason: "example references a non-existent `lazy` query attribute",
1717
formats: ["python"],
1818
},
19-
"96ea0e80323d6d2d99964625c004a44d": {
20-
reason: "example references a non-existant `enabled` body attribute",
21-
formats: ["python", "javascript"],
22-
},
2319
d0c03847106d23ad632ceb624d647c37: {
2420
reason: "example has invalid body",
2521
},
@@ -344,13 +340,20 @@ const skip: Record<string, SkippedTest> = {
344340
"test uses username in path, but client sends it in the body as well, which is valid",
345341
formats: ["javascript"],
346342
},
347-
"4982c547be1ad9455ae836990aea92c5": {
348-
reason: "test uses unknown `adaptive_allocations` attribute",
349-
formats: ["python", "javascript"],
343+
"31bc93e429ad0de11dd2dd231e8f2c5e": {
344+
reason: "endpoint does not exist in schema",
350345
},
351-
dfce1be1d035aff0b8fdf4a8839f7795: {
352-
reason: "test uses unknown `adaptive_allocations` attribute",
353-
formats: ["python", "javascript"],
346+
"3f1fe5f5f99b98d0891f38003e10b636": {
347+
reason: "test uses `wait_for_completion_timeout` nonexistant argument",
348+
formats: ["javascript", "python"],
349+
},
350+
"2a1eece9a59ac1773edcf0a932c26de0": {
351+
reason: "test uses `token` nonexistant argument",
352+
formats: ["javascript", "python"],
353+
},
354+
ccc613951c61f0b17e1ed8a2d3ae54a2: {
355+
reason: "test uses `index_template_substitutions` nonexistant argument",
356+
formats: ["javascript", "python"],
354357
},
355358
};
356359

0 commit comments

Comments
 (0)