This is an automated email from the ASF dual-hosted git repository.
rrm 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 6127cd2 Re-enable the disjoint-wait-for-cache Au test, as it seems to
be working now (for unknown reasons).
6127cd2 is described below
commit 6127cd2f0ea1b279f4657dce9648efef0ae20bd9
Author: Walter Karas <[email protected]>
AuthorDate: Wed Jun 12 15:55:49 2019 -0500
Re-enable the disjoint-wait-for-cache Au test, as it seems to be working
now (for unknown reasons).
---
tests/gold_tests/cache/disjoint-wait-for-cache.test.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/gold_tests/cache/disjoint-wait-for-cache.test.py
b/tests/gold_tests/cache/disjoint-wait-for-cache.test.py
index 080d3f4..446f542 100644
--- a/tests/gold_tests/cache/disjoint-wait-for-cache.test.py
+++ b/tests/gold_tests/cache/disjoint-wait-for-cache.test.py
@@ -22,8 +22,7 @@ Test.Summary = '''
Same as cache-generaertaion-disjoint, but uses
proxy.config.http.wait_for_cache which should delay
the server from accepting connection till the cache is loaded
'''
-# need Curl
-Test.SkipIf(Condition.true("This test fails at the moment as is turned off"))
+
Test.ContinueOnFail = True
# Define default ATS
ts = Test.MakeATSProcess("ts")