Skip to content

Commit 8b48e69

Browse files
committed
WIP
1 parent 8f252b9 commit 8b48e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/run_all_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def main() -> None:
392392
"doc warnings promoted to errors when MRDOCS_BUILD_STRICT_TESTS=ON, or stale docs/mrdocs.yml config."
393393
),
394394
}
395-
for name in non_golden_tests or ["mrdocs-unit-tests", "xml-lint", "yaml-schema-check", "mrdocs-self-doc"]:
395+
for name in non_golden_tests or ["mrdocs-unit-tests", "xml-lint", "yaml-schema-check"]:
396396
rc = run_ctest_case(build_dir, name)
397397
if rc != 0:
398398
error(f"Test failed: {name}")

0 commit comments

Comments
 (0)