Skip to content

Commit

Permalink
Remove Linux platform constraint for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus authored and amotl committed Jan 19, 2024
1 parent 58b0aef commit d83177f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
from crate.crash.printer import ColorPrinter
from tests import ftouch

if sys.platform != "linux":
raise SkipTest("Integration tests only supported on Linux")


class EntrypointOpts:
version = os.getenv("CRATEDB_VERSION", "5.4.5")
Expand Down

0 comments on commit d83177f

Please sign in to comment.