Skip to content

Commit

Permalink
ci: re-enable windows tests that previously failed (#4351)
Browse files Browse the repository at this point in the history
* fixes #3923 

snapd and libsrtp had been disabled due to failures, but they pass now and can be re-enabled.

Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko authored Aug 14, 2024
1 parent 774a995 commit b806fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

DISABLED_TESTS_ACTIONS: list[str] = []
DISABLED_TESTS_LOCAL: list[str] = []
DISABLED_TESTS_WINDOWS: list[str] = ["libsrtp", "snapd"]
DISABLED_TESTS_WINDOWS: list[str] = []


class TestScanner:
Expand Down

0 comments on commit b806fc1

Please sign in to comment.