Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser committed Oct 13, 2023
1 parent 2c29c63 commit 119910f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zio-http/src/test/scala/zio/http/ClientStreamingSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ object ClientStreamingSpec extends HttpRunnableSpec {
)
}
} yield result
} @@ samples(50),
} @@ samples(50) @@ TestAspect.ifEnvNotSet("CI"),
test("decoding random pre-encoded form") {
for {
port <- server(streamingServer)
Expand Down Expand Up @@ -199,7 +199,7 @@ object ClientStreamingSpec extends HttpRunnableSpec {
)
}
} yield result
} @@ samples(50),
} @@ samples(50) @@ TestAspect.ifEnvNotSet("CI"),
test("decoding large form with random chunk and buffer sizes") {
val N = 1024 * 1024
for {
Expand Down Expand Up @@ -234,7 +234,7 @@ object ClientStreamingSpec extends HttpRunnableSpec {
)).tapErrorCause(cause => ZIO.debug(cause.prettyPrint))
}
} yield result
} @@ samples(20),
} @@ samples(20) @@ TestAspect.ifEnvNotSet("CI"),
test("failed stream") {
for {
port <- server(streamingServer)
Expand Down

0 comments on commit 119910f

Please sign in to comment.