Skip to content

Commit

Permalink
Changes for BDE Windows CI tests #4757 (#4759)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 20, 2023
1 parent 52c22c6 commit 512ba19
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/cli/log2timeline_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def testExtractEventsFromSourcesOnAPFSImage(self):
output = output_writer.ReadOutput()
self._CheckOutput(output, expected_output)

@unittest.skipIf(platform.system() == 'Windows', 'timing out on Windows')
def testExtractEventsFromSourcesOnBDEImage(self):
"""Tests the ExtractEventsFromSources function on BDE image."""
test_file_path = self._GetTestFilePath(['bdetogo.raw'])
Expand Down
2 changes: 0 additions & 2 deletions tests/cli/psteal_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Tests for the psteal CLI tool."""

import os
import platform
import unittest

from dfvfs.resolver import resolver as dfvfs_resolver
Expand Down Expand Up @@ -174,7 +173,6 @@ 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
2 changes: 0 additions & 2 deletions tests/cli/storage_media_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import argparse
import io
import os
import platform
import unittest

try:
Expand Down Expand Up @@ -893,7 +892,6 @@ def _TestScanSourceVSSImage(self, source_path):
self.assertEqual(
scan_node.type_indicator, dfvfs_definitions.PREFERRED_NTFS_BACK_END)

@unittest.skipIf(platform.system() == 'Windows', 'timing out on Windows')
def testScanEncryptedVolumeOnBDE(self):
"""Tests the _ScanEncryptedVolume function on a BDE image."""
test_file_path = self._GetTestFilePath(['bdetogo.raw'])
Expand Down

0 comments on commit 512ba19

Please sign in to comment.