Disable the new onMainThread test in simulation

This commit is contained in:
Marian Dvorsky 2022-08-05 17:06:34 +02:00
parent 7c00c57253
commit 6b790ef4b8
1 changed files with 3 additions and 1 deletions

View File

@ -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<QueueTestThreadState> perThread = { QueueTestThreadState(0, 1000000),