Skip to content

Commit

Permalink
Ignored flaky CF tests (Azure#12915)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored and alzimmermsft committed Jul 15, 2020
1 parent 36b47a9 commit 725ee67
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.azure.storage.blob.changefeed

import spock.lang.Ignore
import reactor.test.StepVerifier
import spock.lang.Requires
import spock.lang.Unroll
Expand Down Expand Up @@ -73,6 +74,7 @@ class ChangefeedNetworkTest extends APISpec {

@Unroll
@Requires( { playbackMode() })
@Ignore("flaky in CI")
def "get continuationToken"() {
when:
BlobChangefeedPagedIterable iterable = new BlobChangefeedClientBuilder(primaryBlobServiceClient)
Expand Down Expand Up @@ -101,6 +103,7 @@ class ChangefeedNetworkTest extends APISpec {

@Unroll
@Requires( { playbackMode() })
@Ignore("flaky in CI")
def "resume continuationToken"() {
when:
BlobChangefeedPagedFlux flux = new BlobChangefeedClientBuilder(primaryBlobServiceAsyncClient)
Expand Down

0 comments on commit 725ee67

Please sign in to comment.