We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7e5bc commit ae60f47Copy full SHA for ae60f47
test/runtests.jl
@@ -22,11 +22,11 @@ testsuite = find_tests(pwd())
22
args = parse_args(ARGS)
23
24
if filter_tests!(testsuite, args)
25
+ delete!(testsuite, "testutils")
26
# There are weird non-deterministic `ReadOnlyMemoryError`s on Windows,
27
# so this test is disabled for now
- delete!(testsuite, "testutils.jl")
28
if Sys.iswindows()
29
- delete!(testsuite, "UltrasphericalTest.jl")
+ delete!(testsuite, "UltrasphericalTest")
30
end
31
32
0 commit comments