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 b7ad581 commit 5ebf3ceCopy full SHA for 5ebf3ce
test/runtests-live.jl
@@ -63,7 +63,7 @@ end
63
end
64
65
is_enabled("datasets-projects"; disabled_by_default=true) &&
66
- @testset "Large datasets" begin
+ @testset "Project-dataset integration" begin
67
include("projects-live.jl")
68
69
test/runtests.jl
@@ -39,6 +39,9 @@ function extra_enabled_live_tests(; print_info=false)
39
if get(ENV, "JULIAHUBJL_LIVE_EXPOSED_PORT_TESTS", "") == "true"
40
push!(testnames, "jobs-exposed-port")
41
42
+ if get(ENV, "JULIAHUBJL_LIVE_PROJECTS_TESTS", "") == "true"
43
+ push!(testnames, "datasets-projects")
44
+ end
45
if print_info && !isempty(testnames)
46
testname_list = join(string.(" - ", testnames), '\n')
47
@info """
0 commit comments