Skip to content

Commit 33aebe8

Browse files
authored
Merge pull request FRRouting#20626 from donaldsharp/warnings_from_pytest
tests: There is no pytest.mark.zebra
2 parents 3485ba6 + f7acb00 commit 33aebe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/topotests/zebra_ipv6_import_table/test_zebra_ipv6_import_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
CWD = os.path.dirname(os.path.realpath(__file__))
3434
sys.path.append(os.path.join(CWD, "../"))
3535

36-
pytestmark = [pytest.mark.staticd, pytest.mark.zebra]
36+
pytestmark = [pytest.mark.staticd]
3737
krel = platform.release()
3838

3939
def build_topo(tgen):

0 commit comments

Comments
 (0)