diff --git a/src/utils/tests.jl b/src/utils/tests.jl index 635bcd6e230f..2c5dca0bc577 100644 --- a/src/utils/tests.jl +++ b/src/utils/tests.jl @@ -30,9 +30,6 @@ end function _gather_tests(path::AbstractString; ignore=[]) # default ignore patterns ignorepatterns = Regex[ - # temparily exclude to check rest of tests - r"Aqua(\.jl)?$", - r"experimental/GModule/", # this can only run on the main process and not on distributed workers # so it is included directly in runtests r"Serialization/IPC(\.jl)?$",