Skip to content

Commit 7171760

Browse files
authored
Update run_tests_base.jl
1 parent c061f39 commit 7171760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/coverage-linux64/run_tests_base.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const include_tests = String[]
1111

1212
const exclude_tests = String[
1313
"Distributed",
14+
"Sockets",
1415
"stress",
1516
"threads",
1617
]
@@ -24,8 +25,8 @@ end
2425

2526
const tests = ChooseTests.choosetests() |>
2627
first |>
27-
x -> vcat(x, include_tests) |>
2828
x -> setdiff(x, exclude_tests) |>
29+
x -> vcat(x, include_tests) |>
2930
unique |>
3031
sort
3132

0 commit comments

Comments
 (0)