You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2020/07/29 18:15:37 UTC

[trafficserver] branch 8.1.x updated: Disable lua_stats autest until we can reliably wait for stats

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
     new c802ae0  Disable lua_stats autest until we can reliably wait for stats
c802ae0 is described below

commit c802ae02db21cef3259eb3ed98a87ee91bd741b6
Author: Susan Hinrichs <sh...@apache.org>
AuthorDate: Thu Jun 18 15:34:22 2020 +0000

    Disable lua_stats autest until we can reliably wait for stats
    
    (cherry picked from commit 2f645db0b838317d542f1696ab2df8c4d19cb94a)
---
 tests/gold_tests/pluginTest/lua/lua_states_stats.test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gold_tests/pluginTest/lua/lua_states_stats.test.py b/tests/gold_tests/pluginTest/lua/lua_states_stats.test.py
index 22b88e6..9464ac0 100644
--- a/tests/gold_tests/pluginTest/lua/lua_states_stats.test.py
+++ b/tests/gold_tests/pluginTest/lua/lua_states_stats.test.py
@@ -24,6 +24,7 @@ Test lua states and stats functionality
 Test.SkipUnless(
     Condition.PluginExists('tslua.so'),
 )
+Test.SkipIf(Condition.true("Test cannot deterministically wait until the stats appear"))
 
 Test.ContinueOnFail = True
 # Define default ATS