We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d7f40 commit a7066d9Copy full SHA for a7066d9
dd-java-agent/instrumentation/hystrix-1.4/src/test/groovy/HystrixObservableTest.groovy
@@ -3,6 +3,7 @@ import com.netflix.hystrix.HystrixObservableCommand
3
import com.netflix.hystrix.exception.HystrixRuntimeException
4
import datadog.trace.api.Trace
5
import datadog.trace.bootstrap.instrumentation.api.Tags
6
+import datadog.trace.test.util.Flaky
7
import rx.Observable
8
import rx.schedulers.Schedulers
9
@@ -241,6 +242,7 @@ class HystrixObservableTest extends HystrixTestRunner {
241
242
}
243
244
245
+ @Flaky("https://github.com/DataDog/dd-trace-java/issues/7725")
246
def "test no fallback results in error for #action"() {
247
setup:
248
def observeOnFn = observeOn
0 commit comments