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

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


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 7c208043a Skip dns_host_down autest from 9.2.x branch (#9286)
7c208043a is described below

commit 7c208043a728568d6961dbff6704dd75480ec8c5
Author: Serris Lew <serrisn...@gmail.com>
AuthorDate: Fri Jan 6 14:44:39 2023 -0800

    Skip dns_host_down autest from 9.2.x branch (#9286)
    
    * Remove dns_host_down autest from 9.2.x
    
    * Reword explanation
    
    Co-authored-by: Serris Lew <lser...@apple.com>
---
 tests/gold_tests/dns/dns_host_down.test.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/gold_tests/dns/dns_host_down.test.py 
b/tests/gold_tests/dns/dns_host_down.test.py
index 08865a76b..d0c5bf126 100644
--- a/tests/gold_tests/dns/dns_host_down.test.py
+++ b/tests/gold_tests/dns/dns_host_down.test.py
@@ -22,6 +22,11 @@ import os
 Test.Summary = '''
 Verify ATS handles down origin servers with cached domain correctly.
 '''
+# This test is dependent on the new HostDB restructure that is not in 9.2.x.
+# The production patch associated with this test is still applicable for 9.2.x
+# but the autest created to show its functionality relies upon the restructured
+# HostDB's relationship with down nameservers, which only applies to 10-Dev.
+Test.SkipIf(Condition.true("This test depends on new HostDB restructure"))
 
 
 class DownCachedOriginServerTest:

Reply via email to