Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/gold_tests/dns/dns_host_down.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
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:
Expand Down