[Fullstack] Mark TestHAL3Agent fip_qos test as unstable

Mark TestHAL3Agent.test_router_fip_qos_after_admin_state_down_up
from the fullstack tests as unstable. It is hitting us a lot
in the gate recently so lets unblock the gate and buy some time
to investigate what is the root cause of that issue.

Related-Bug: #1946186
Change-Id: I8f250fdb8c0c25378fc3c164b74d78a6f420f5f5
This commit is contained in:
Slawek Kaplonski 2021-10-07 21:47:49 +02:00
parent dfcbb4cce0
commit ec89cd23d1
1 changed files with 1 additions and 0 deletions

View File

@ -561,5 +561,6 @@ class TestHAL3Agent(TestL3Agent):
def test_external_subnet_changed(self):
self._test_external_subnet_changed()
@tests_base.unstable_test("bug 1946186")
def test_router_fip_qos_after_admin_state_down_up(self):
self._router_fip_qos_after_admin_state_down_up(ha=True)