We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1d5d07 + 02c31ed commit 3dbc02bCopy full SHA for 3dbc02b
tests/faucet_mininet_test_unit.py
@@ -5488,7 +5488,6 @@ def test_group_exist(self):
5488
{u'dl_vlan': u'100', u'dl_dst': u'ff:ff:ff:ff:ff:ff'},
5489
table_id=self._FLOOD_TABLE))
5490
5491
-
5492
class FaucetGroupTableUntaggedIPv4RouteTest(FaucetUntaggedTest):
5493
5494
CONFIG_GLOBAL = """
@@ -5542,7 +5541,8 @@ def test_untagged(self):
5542
5541
with_group_table=True)
5543
5544
5545
-class FaucetGroupUntaggedIPv6RouteTest(FaucetUntaggedTest):
+@unittest.skip('group table routing unreliable')
+class FaucetGroupTableUntaggedIPv6RouteTest(FaucetUntaggedTest):
5546
5547
5548
vlans:
0 commit comments