Skip to content

Commit 7017aa1

Browse files
committed
Ignore LiveTest from ciFull build
1 parent cf1cda4 commit 7017aa1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ addCommandAlias(
491491

492492
addCommandAlias(
493493
"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
495495
)
496496
addCommandAlias(
497497
"manualTests",

scala-libraries-2/src/it/scala-2/com/baeldung/requests/RequestsScalaHttpClientLiveTest.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import org.scalatest.Ignore
77

88
import java.io.{FileOutputStream, PrintWriter}
99

10-
// Temporarily ignoring this test due to timeout errors from httpbin.org. The APIs are timing out and hence test is failing
11-
@Ignore
1210
class RequestsScalaHttpClientLiveTest
1311
extends AnyWordSpec
1412
with BeforeAndAfterAll {

0 commit comments

Comments
 (0)