Skip to content

Commit d78344e

Browse files
committed
Test tests/test_involved_query.py::TestInvolvedQuery::test_e2e is fixed
1 parent ddf8f08 commit d78344e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_involved_query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def test_dictify_double_group_by(self):
6565
actual = InvolvedQuery_GB.dictify_double_group_by(data)
6666
self.assertEqual(actual, expected)
6767

68-
@pytest.mark.skip(reason="Infographic test disabled")
6968
@pytest.mark.usefixtures("cbs_cities")
7069
def test_e2e(self):
7170
test_client = flask_app.test_client()

0 commit comments

Comments
 (0)