diff --git a/tests/gold_tests/pluginTest/remap_stats/remap_stats.test.py b/tests/gold_tests/pluginTest/remap_stats/remap_stats.test.py index c80f451a452..3a925b1b725 100644 --- a/tests/gold_tests/pluginTest/remap_stats/remap_stats.test.py +++ b/tests/gold_tests/pluginTest/remap_stats/remap_stats.test.py @@ -19,6 +19,7 @@ ''' # Skip if plugins not present. Test.SkipUnless(Condition.PluginExists('remap_stats.so')) +Test.SkipIf(Condition.true("Test cannot deterministically wait until the stats appear")) server = Test.MakeOriginServer("server")