提交 7ff67017 编写于 作者: R Ryan Dahl

Move TestFmt to the end of tests, because slow

上级 a6f6209f
......@@ -46,11 +46,11 @@ def main():
TestDenoDir,
TestBenchmark,
TestIsTty,
# It is very slow, so do TestFmt at the end.
TestFmt,
]
test_cases += permission_prompt_tests()
test_cases += complex_permissions_tests()
# It is very slow, so do TestFmt at the end.
test_cases += [TestFmt]
with http_server.spawn():
run_tests(test_cases)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册