Skip to content

Commit

Permalink
chore: Revert temporarily skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel committed Oct 12, 2023
1 parent 96c1198 commit d08f557
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/buildcmd/test_build_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
SKIP_DOCKER_MESSAGE,
run_command_with_input,
UpdatableSARTemplate,
RUNNING_ON_GITHUB_ACTIONS,
)
from .build_integ_base import (
BuildIntegBase,
Expand Down Expand Up @@ -465,9 +464,6 @@ class TestBuildCommand_PythonFunctions_WithoutDocker(BuildIntegPythonBase):
use_container = False

def test_with_default_requirements(self):
if IS_WINDOWS and self.runtime == "python3.9" and RUNNING_ON_GITHUB_ACTIONS:
self.skipTest("Skipping python3.9 tests on Windows until GHA issue is resolved.")

self._test_with_default_requirements(
self.runtime,
self.codeuri,
Expand Down

0 comments on commit d08f557

Please sign in to comment.