From 6b790ef4b842aeeee6ad208dd143ce2faffb695c Mon Sep 17 00:00:00 2001 From: Marian Dvorsky Date: Fri, 5 Aug 2022 17:06:34 +0200 Subject: [PATCH] Disable the new onMainThread test in simulation --- flow/Net2.actor.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flow/Net2.actor.cpp b/flow/Net2.actor.cpp index 459efe454d..4f3185e217 100644 --- a/flow/Net2.actor.cpp +++ b/flow/Net2.actor.cpp @@ -2223,7 +2223,9 @@ TEST_CASE("/flow/Net2/ThreadSafeQueue/Threaded") { return Void(); } -TEST_CASE("/flow/Net2/onMainThreadFIFO") { +// NB: This could be a test for any INetwork implementation, but Sim2 doesn't +// satisfy this requirement yet. +TEST_CASE("noSim/flow/Net2/onMainThreadFIFO") { // Verifies that signals processed by onMainThread() are executed in order. state std::vector perThread = { QueueTestThreadState(0, 1000000),