Skip to content

Commit

Permalink
add a failing test to confirm that CI tests are being run twice
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 16, 2024
1 parent d52e59e commit 33174d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions auctions/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,3 +1058,8 @@ def test_admin_user(self):
except socket.gaierror:
# this happens because channels cannot connect to redis -- tests aren't running in a container
pass


class TestThatDoesntWorkTestCase(StandardTestCase):
def test_this_test_should_fail(self):
assert 1 == False

0 comments on commit 33174d1

Please sign in to comment.