Skip to content

Commit b313dad

Browse files
committed
fix
1 parent 3731c47 commit b313dad

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/config-utils.test.ts

-10
Original file line numberDiff line numberDiff line change
@@ -1875,16 +1875,6 @@ test(
18751875
"security-extended",
18761876
process.platform === "win32" ? undefined : "~0.3.0"
18771877
);
1878-
// Test that ML-powered queries are run on all platforms running `security-extended` on CodeQL CLI
1879-
// 2.9.3+.
1880-
test(
1881-
mlPoweredQueriesMacro,
1882-
"2.9.3",
1883-
true,
1884-
undefined,
1885-
"security-extended",
1886-
"~0.3.0"
1887-
);
18881878
// Test that ML-powered queries are run on all platforms running `security-and-quality` on CodeQL
18891879
// CLI 2.9.3+.
18901880
test(

0 commit comments

Comments
 (0)