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 c061f39 commit 7171760Copy full SHA for 7171760
.buildkite/coverage-linux64/run_tests_base.jl
@@ -11,6 +11,7 @@ const include_tests = String[]
11
12
const exclude_tests = String[
13
"Distributed",
14
+ "Sockets",
15
"stress",
16
"threads",
17
]
@@ -24,8 +25,8 @@ end
24
25
26
const tests = ChooseTests.choosetests() |>
27
first |>
- x -> vcat(x, include_tests) |>
28
x -> setdiff(x, exclude_tests) |>
29
+ x -> vcat(x, include_tests) |>
30
unique |>
31
sort
32
0 commit comments