Skip to content

Commit

Permalink
remove deliberate failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Oct 9, 2020
1 parent 85e4224 commit 7d4c8da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ class TestChooseView(TestCase):
def setUp(self):
self.client.login(username='admin', password='password')

def test_fail(self):
# gratuitous failure to test our nightly build notifications
self.assertFalse(True)

def test_get(self):
response = self.client.get('/admin/wagtail-transfer/choose/')
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 7d4c8da

Please sign in to comment.