diff --git a/tests/test_route.py b/tests/test_route.py index dfa6d04cc4..4219fe1d97 100644 --- a/tests/test_route.py +++ b/tests/test_route.py @@ -1073,7 +1073,7 @@ def is_offloaded(self, dvs, route): route_entry = json.loads(output) return bool(route_entry[route][0].get('offloaded')) - @pytest.mark.xfail(reason="Requires VS docker update in https://github.com/sonic-net/sonic-buildimage/pull/12853") + @pytest.mark.xfail(reason="BGP suppress FIB disabled on master/202405 - https://github.com/sonic-net/sonic-buildimage/issues/19092") @pytest.mark.parametrize("suppress_state", ["enabled", "disabled"]) def test_offload(self, suppress_state, setup, dvs): route = "1.1.1.0/24"