Skip to content

Commit

Permalink
Added Windows to the list of unsupported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dailey committed Mar 11, 2024
1 parent 7b50626 commit b518205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/network/networksettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class NetworkSettings(TestSuite):
""",
priority=1,
requirement=simple_requirement(
unsupported_os=[BSD],
unsupported_os=[BSD, Windows],
),
)
def verify_ringbuffer_settings_change(self, node: Node) -> None:
Expand Down

0 comments on commit b518205

Please sign in to comment.