Skip to content

Commit ae60f47

Browse files
authored
Fix testsuite deletions (#364)
* Fix testsuite deletions * Move comment
1 parent 1d7e5bc commit ae60f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ testsuite = find_tests(pwd())
2222
args = parse_args(ARGS)
2323

2424
if filter_tests!(testsuite, args)
25+
delete!(testsuite, "testutils")
2526
# There are weird non-deterministic `ReadOnlyMemoryError`s on Windows,
2627
# so this test is disabled for now
27-
delete!(testsuite, "testutils.jl")
2828
if Sys.iswindows()
29-
delete!(testsuite, "UltrasphericalTest.jl")
29+
delete!(testsuite, "UltrasphericalTest")
3030
end
3131
end
3232

0 commit comments

Comments
 (0)