Skip to content

Commit e0fcfc5

Browse files
committed
more cleanup of old tests
1 parent f4198c5 commit e0fcfc5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

test/runtests.jl

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ end
109109
# in case it is set in the actual enviornment.
110110
withenv(
111111
"JULIAHUBJL_LIVE_WINDOWS_TESTS" => nothing,
112-
"JULIAHUBJL_LIVE_EXPOSED_PORT_TESTS" => nothing,
113112
) do
114113
@test !is_enabled(; args=[])
115114
@test is_enabled(; args=["--live"])
@@ -133,32 +132,13 @@ end
133132
@test_logs (:warn,) @test !is_enabled(
134133
"jobs-windows"; args, disabled_by_default=true
135134
)
136-
@test_logs (:warn,) @test !is_enabled(
137-
"jobs-exposed-port"; args, disabled_by_default=true
138-
)
139135
end
140136
withenv("JULIAHUBJL_LIVE_WINDOWS_TESTS" => "true") do
141137
@test_logs (:info,) @test is_enabled("datasets"; args)
142138
@test_logs (:info,) @test is_enabled("jobs"; args)
143139
@test_logs (:info,) @test is_enabled(
144140
"jobs-windows"; args, disabled_by_default=true
145141
)
146-
@test_logs (:warn,) @test !is_enabled(
147-
"jobs-exposed-port"; args, disabled_by_default=true
148-
)
149-
end
150-
withenv(
151-
"JULIAHUBJL_LIVE_WINDOWS_TESTS" => "true",
152-
"JULIAHUBJL_LIVE_EXPOSED_PORT_TESTS" => "true",
153-
) do
154-
@test_logs (:info,) @test is_enabled("datasets"; args)
155-
@test_logs (:info,) @test is_enabled("jobs"; args)
156-
@test_logs (:info,) @test is_enabled(
157-
"jobs-windows"; args, disabled_by_default=true
158-
)
159-
@test_logs (:info,) @test is_enabled(
160-
"jobs-exposed-port"; args, disabled_by_default=true
161-
)
162142
end
163143
end
164144
let args = ["datasets", "jobs"]

0 commit comments

Comments
 (0)