Skip to content

Commit 7f79538

Browse files
committed
remove testing of patterns
1 parent 6f436ef commit 7f79538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ test_files = [
66
"clone.jl",
77
"accessor_functions.jl",
88
"target_features.jl",
9-
"patterns/regression.jl",
10-
"patterns/static_algorithms.jl",
11-
"patterns/ensembling.jl",
12-
"patterns/incremental_algorithms.jl",
9+
# "patterns/regression.jl",
10+
# "patterns/static_algorithms.jl",
11+
# "patterns/ensembling.jl",
12+
# "patterns/incremental_algorithms.jl",
1313
]
1414

1515
files = isempty(ARGS) ? test_files : ARGS

0 commit comments

Comments
 (0)