Skip to content

Commit

Permalink
tests: re-enable fixed test
Browse files Browse the repository at this point in the history
The linked issue was fixed in 2020, so
re-enable the test.
  • Loading branch information
pjonsson committed Nov 16, 2023
1 parent d2ddb01 commit e4107ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration_tests/test_page_loads.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,6 @@ def test_extent_debugging_method(odc_test_db, client: FlaskClient):
assert cols["crs"] in (28349, 28350, 28351, 28352, 28353, 28354, 28355, 28356)


@pytest.mark.skip(
reason="TODO: fix issue https://github.com/opendatacube/datacube-explorer/issues/92"
)
def test_with_timings(client: FlaskClient):
_monitoring.init_app_monitoring()
# ls7_level1_scene dataset
Expand Down

0 comments on commit e4107ef

Please # to comment.