Skip to content

Commit

Permalink
Add new test for critical bug in the product
Browse files Browse the repository at this point in the history
this was reported by customer and was fixed in the previous commit.
Now need to make QA team happy!
  • Loading branch information
atodorov committed Feb 20, 2019
1 parent 9025247 commit 2d72754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python_tests/test_suite.py
Expand Up @@ -13,3 +13,6 @@ def test_will_always_fail(self):
def test_this_is_flaky(self):
return # to eliminate flakiness
self.assertEqual(0, datetime.now().microsecond % 2)

def test_critical_bug_reported_by_customer(self):
pass

0 comments on commit 2d72754

Please sign in to comment.