Skip to content

Commit

Permalink
tests: Apply xfail_windows decorator to failing test in lib/imagery
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 19, 2024
1 parent 7c0773d commit 9d370b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/imagery/testsuite/test_imagery_signature_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_get_sig(self):
I_get_signatures_dir(cdir, I_SIGFILE_TYPE_SIG)
self.assertEqual(utils.decode(cdir.value), f"signatures{HOST_DIRSEP}sig")

@xfail_windows
def test_get_sigset(self):
cdir = ctypes.create_string_buffer(GNAME_MAX)
I_get_signatures_dir(cdir, I_SIGFILE_TYPE_SIGSET)
Expand Down

0 comments on commit 9d370b7

Please sign in to comment.