summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/subscribe_on.cpp
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2019-02-20 16:47:39 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-20 16:47:39 -0800
commit6cce4d0f33aef9dab02d697d26219eccc57100d0 (patch)
tree30696c133fbbe4ac173b40626b1515929dc7ced6 /Rx/v2/test/operators/subscribe_on.cpp
parent476dcf0c69e5b0651984e5123c018c0426ac24f0 (diff)
parent7db9c5ce026d0582a1fb0ce26f2ef151fe7af2de (diff)
downloadRxCpp-6cce4d0f33aef9dab02d697d26219eccc57100d0.tar.gz
android: Merge branch 'upstream-master' into master am: bf1edc83fb
am: 7db9c5ce02 Change-Id: I3939bf64f3bb5584008d8e27cfefc34011121f7b
Diffstat (limited to 'Rx/v2/test/operators/subscribe_on.cpp')
-rw-r--r--Rx/v2/test/operators/subscribe_on.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rx/v2/test/operators/subscribe_on.cpp b/Rx/v2/test/operators/subscribe_on.cpp
index 936fbc1..ef8a8c7 100644
--- a/Rx/v2/test/operators/subscribe_on.cpp
+++ b/Rx/v2/test/operators/subscribe_on.cpp
@@ -8,7 +8,7 @@
static const int static_subscriptions = 50000;
-SCENARIO("for loop subscribes to map with subscribe_on and observe_on", "[hide][for][just][subscribe][subscribe_on][observe_on][long][perf]"){
+SCENARIO("for loop subscribes to map with subscribe_on and observe_on", "[!hide][for][just][subscribe][subscribe_on][observe_on][long][perf]"){
const int& subscriptions = static_subscriptions;
GIVEN("a for loop"){
WHEN("subscribe 50K times"){
@@ -48,7 +48,7 @@ SCENARIO("for loop subscribes to map with subscribe_on and observe_on", "[hide][
}
}
-SCENARIO("for loop subscribes to map with subscribe_on", "[hide][subscribe_on_only][for][just][subscribe][subscribe_on][long][perf]"){
+SCENARIO("for loop subscribes to map with subscribe_on", "[!hide][subscribe_on_only][for][just][subscribe][subscribe_on][long][perf]"){
const int& subscriptions = static_subscriptions;
GIVEN("a for loop"){
WHEN("subscribe 50K times"){