File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
scala-libraries-2/src/it/scala-2/com/baeldung/requests Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ addCommandAlias(
493
493
494
494
addCommandAlias(
495
495
" ciFull" ,
496
- """ ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest")); it:test""" .stripMargin
496
+ """ ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""" .stripMargin
497
497
)
498
498
addCommandAlias(
499
499
" manualTests" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ import org.scalatest.Ignore
7
7
8
8
import java .io .{FileOutputStream , PrintWriter }
9
9
10
- // Temporarily ignoring this test due to timeout errors from httpbin.org. The APIs are timing out and hence test is failing
11
- @ Ignore
12
10
class RequestsScalaHttpClientLiveTest
13
11
extends AnyWordSpec
14
12
with BeforeAndAfterAll {
You can’t perform that action at this time.
0 commit comments