File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments