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 @@ -491,7 +491,7 @@ addCommandAlias(
491
491
492
492
addCommandAlias(
493
493
" ciFull" ,
494
- """ ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest")); it:test""" .stripMargin
494
+ """ ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""" .stripMargin
495
495
)
496
496
addCommandAlias(
497
497
" 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