Skip to content

Commit

Permalink
Disable test_filesystem_manifest_with_filter for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Oct 19, 2023
1 parent 5763bd9 commit d8d841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def test_tarball_manifest_with_filter(self):
self.assertIsNotNone(manifest.files[0].hash)
self.assertEquals(manifest.hash, "6a747149379376f9d29aee55ba40147c14cb8374988c1ff87a3547a3a18634a5")

@unittest.skipIf(sys.platform == "win32", "Requires NIX with file modes")
def test_filesystem_manifest_with_filter(self):
twd = self.twd

tf = TarFile.open(static_data("apps/modsecurity-add-on-for-splunk_12.tgz"), "r:gz")
tf.extractall(twd.get_path("."))
manifest = AppManifest.from_filesystem(twd.get_path("Splunk_TA_modsecurity"),
Expand Down

0 comments on commit d8d841a

Please sign in to comment.