You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2020/06/18 16:24:35 UTC

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

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

bnolsen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f645db  Disable lua_stats autest until we can reliably wait for stats
     new 1a84546  Merge pull request #6917 from shinrich/disable-lua-stats-test
2f645db is described below

commit 2f645db0b838317d542f1696ab2df8c4d19cb94a
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
---
 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 abd3a16..6167d24 100644
--- a/tests/gold_tests/pluginTest/lua/lua_states_stats.test.py
+++ b/tests/gold_tests/pluginTest/lua/lua_states_stats.test.py
@@ -23,6 +23,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