Skip to content

Commit a7066d9

Browse files
chore: Disable flaky test (#7726)
1 parent 66d7f40 commit a7066d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-java-agent/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import com.netflix.hystrix.HystrixObservableCommand
33
import com.netflix.hystrix.exception.HystrixRuntimeException
44
import datadog.trace.api.Trace
55
import datadog.trace.bootstrap.instrumentation.api.Tags
6+
import datadog.trace.test.util.Flaky
67
import rx.Observable
78
import rx.schedulers.Schedulers
89

@@ -241,6 +242,7 @@ class HystrixObservableTest extends HystrixTestRunner {
241242
}
242243
}
243244

245+
@Flaky("https://github.com/DataDog/dd-trace-java/issues/7725")
244246
def "test no fallback results in error for #action"() {
245247
setup:
246248
def observeOnFn = observeOn

0 commit comments

Comments
 (0)