Skip to content

Commit

Permalink
remove some known failing test for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jul 15, 2024
1 parent f0c6506 commit e6cde09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/bin/functional-3.6
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class CI(dict):
def make(cls):
for filename in Path.ALL_CI:
name, extension = os.path.splitext(filename.split('/')[-1])
if name in ['api-reload', 'api-notification', 'conf-ebgp', 'conf-ipself6']:
if name in ['api-reload', 'api-notification', 'conf-ebgp', 'conf-ipself6', 'conf-cap-software-version', 'conf-hostname']:
continue
nick = Identifier.get(name)
with open(filename, 'r') as reader:
Expand Down

0 comments on commit e6cde09

Please sign in to comment.