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 6f436ef commit 7f79538Copy full SHA for 7f79538
test/runtests.jl
@@ -6,10 +6,10 @@ test_files = [
6
"clone.jl",
7
"accessor_functions.jl",
8
"target_features.jl",
9
- "patterns/regression.jl",
10
- "patterns/static_algorithms.jl",
11
- "patterns/ensembling.jl",
12
- "patterns/incremental_algorithms.jl",
+ # "patterns/regression.jl",
+ # "patterns/static_algorithms.jl",
+ # "patterns/ensembling.jl",
+ # "patterns/incremental_algorithms.jl",
13
]
14
15
files = isempty(ARGS) ? test_files : ARGS
0 commit comments