Skip to content

Commit

Permalink
Changes to use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 14, 2023
1 parent 48c9a9b commit 146541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/psteal_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def testExtractEventsFromSourceDirectory(self):
output = output_writer.ReadOutput()
self._CheckOutput(output, expected_output)

@unittest.skipIf(platform.system() == 'Windows', 'timing out on Windows')
def testExtractEventsFromSourceBDEImage(self):
"""Tests the ExtractEventsFromSources function on an image with BDE."""
test_artifacts_path = self._GetTestFilePath(['artifacts'])
Expand Down

0 comments on commit 146541e

Please sign in to comment.