You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2020/06/23 20:22:37 UTC

[trafficserver] branch 9.0.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.

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


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

commit 40135f764bccee7146ec11ee7130231074262c34
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 90c04bc..a17182d 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