Skip to content

Commit f4198c5

Browse files
committed
test: always run project datasets, job port tests
1 parent 6c8f1a1 commit f4198c5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test/runtests-live.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262
include("datasets-large-live.jl")
6363
end
6464

65-
is_enabled("datasets-projects"; disabled_by_default=true) &&
65+
is_enabled("datasets-projects") &&
6666
@testset "Project-dataset integration" begin
6767
include("projects-live.jl")
6868
end
@@ -73,7 +73,7 @@ end
7373
include("jobs-live.jl")
7474
end
7575

76-
is_enabled("jobs-exposed-port"; disabled_by_default=true) &&
76+
is_enabled("jobs-exposed-port") &&
7777
@testset "Exposed ports" begin
7878
include("jobs-exposed-port-live.jl")
7979
end

test/runtests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ function extra_enabled_live_tests(; print_info=false)
3636
if get(ENV, "JULIAHUBJL_LIVE_WINDOWS_TESTS", "") == "true"
3737
push!(testnames, "jobs-windows")
3838
end
39-
if get(ENV, "JULIAHUBJL_LIVE_EXPOSED_PORT_TESTS", "") == "true"
40-
push!(testnames, "jobs-exposed-port")
41-
end
42-
if get(ENV, "JULIAHUBJL_LIVE_PROJECTS_TESTS", "") == "true"
43-
push!(testnames, "datasets-projects")
44-
end
4539
if print_info && !isempty(testnames)
4640
testname_list = join(string.(" - ", testnames), '\n')
4741
@info """

0 commit comments

Comments
 (0)