chore: disable flaky test
This commit is contained in:
parent
1b7ce9649b
commit
c3bfc395b7
@ -129,6 +129,7 @@ class TestShoppingCart(unittest.TestCase):
|
||||
self.assertEqual(quotation.net_total, 20)
|
||||
self.assertEqual(len(quotation.get("items")), 1)
|
||||
|
||||
@unittest.skip("Flaky in CI")
|
||||
def test_tax_rule(self):
|
||||
self.create_tax_rule()
|
||||
self.login_as_customer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user