summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/observe_on.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/test/operators/observe_on.cpp')
-rw-r--r--Rx/v2/test/operators/observe_on.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/test/operators/observe_on.cpp b/Rx/v2/test/operators/observe_on.cpp
index ffa85aa..aac2d40 100644
--- a/Rx/v2/test/operators/observe_on.cpp
+++ b/Rx/v2/test/operators/observe_on.cpp
@@ -5,7 +5,7 @@
const int static_onnextcalls = 100000;
-SCENARIO("range observed on new_thread", "[hide][range][observe_on_debug][observe_on][long][perf]"){
+SCENARIO("range observed on new_thread", "[!hide][range][observe_on_debug][observe_on][long][perf]"){
const int& onnextcalls = static_onnextcalls;
GIVEN("a range"){
WHEN("multicasting a million ints"){