Skip to content

Commit

Permalink
chore: disable ci check in gui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed May 5, 2024
1 parent 36b67ee commit 86076ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import unittest


if "CI" in os.environ:
raise unittest.SkipTest("Skipping GUI tests in CI environment")
# if "CI" in os.environ:
# raise unittest.SkipTest("Skipping GUI tests in CI environment")


from calculator.ui.gui import CalculatorApp
Expand Down

0 comments on commit 86076ea

Please sign in to comment.