summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/client.cpp')
-rw-r--r--TAO/tests/Reliable_Oneways/client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Reliable_Oneways/client.cpp b/TAO/tests/Reliable_Oneways/client.cpp
index f0608773dfd..0d6a8468674 100644
--- a/TAO/tests/Reliable_Oneways/client.cpp
+++ b/TAO/tests/Reliable_Oneways/client.cpp
@@ -122,9 +122,12 @@ main (int argc, char *argv[])
run_test_sync_none (oneway_receiver.in ());
}
+ //FUZZ: disable check_for_lack_ACE_OS
// Run the orb for 3 seconds, this way we make sure things are flushed
// to the transport.
ACE_Time_Value time (3, 0);
+ //FUZZ: enable check_for_lack_ACE_OS
+
orb->run (time);
if (successful_calls == 0)