You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2019/06/20 21:03:53 UTC

[trafficserver] branch master updated: Reenable redirect_actions Au test as it is working now.

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

shinrich 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 75e7fc3  Reenable redirect_actions Au test as it is working now.
75e7fc3 is described below

commit 75e7fc340a5de90c9453ebc8b5302a41a3f73ce8
Author: Walter Karas <wk...@verizonmedia.com>
AuthorDate: Thu Jun 20 11:26:06 2019 -0500

    Reenable redirect_actions Au test as it is working now.
---
 tests/gold_tests/redirect/redirect_actions.test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/gold_tests/redirect/redirect_actions.test.py b/tests/gold_tests/redirect/redirect_actions.test.py
index 23404ca..94ce1d5 100644
--- a/tests/gold_tests/redirect/redirect_actions.test.py
+++ b/tests/gold_tests/redirect/redirect_actions.test.py
@@ -25,7 +25,6 @@ Test.Summary = '''
 Test redirection behavior to invalid addresses
 '''
 
-Test.SkipIf(Condition.true('autest sometimes does not capture output on the last test case of a scenario'))
 Test.ContinueOnFail = False
 
 Test.Setup.Copy(os.path.join(Test.Variables.AtsTestToolsDir,'tcp_client.py'))