From 566765f9191ddc2e3827131d435e65be55f45846 Mon Sep 17 00:00:00 2001
From: Manjinder Singh <49171515+jinder1s@users.noreply.github.com>
Date: Fri, 19 Jun 2020 12:13:52 -0400
Subject: [PATCH] Removing flaky test (#24262)

---
 openedx/features/enterprise_support/tests/test_utils.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openedx/features/enterprise_support/tests/test_utils.py b/openedx/features/enterprise_support/tests/test_utils.py
index 1e674088f17..e3cf2cfda3f 100644
--- a/openedx/features/enterprise_support/tests/test_utils.py
+++ b/openedx/features/enterprise_support/tests/test_utils.py
@@ -30,7 +30,6 @@ class TestEnterpriseUtils(TestCase):
 
     @ddt.data(
         ('notfoundpage', 0),
-        (reverse('dashboard'), 1),
     )
     @ddt.unpack
     def test_enterprise_customer_for_request_called_on_404(self, resource, expected_calls):
-- 
GitLab