Skip to content

Commit

Permalink
Search: Activate search cli test for command 'index-status'
Browse files Browse the repository at this point in the history
TYPE: Bugfix
LINK: ogc-508
  • Loading branch information
Tschuppi81 authored May 30, 2024
1 parent cb2febf commit ba09959
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/onegov/search/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from click.testing import CliRunner
from sedate import utcnow

Expand All @@ -8,8 +6,6 @@


# FIXME
@pytest.mark.skip("Cannot figure out why it fails on build server but not "
"locally")
def test_search_cli_index_status(cfg_path, session_manager):
# add anything to the database
event = Event(
Expand Down

0 comments on commit ba09959

Please sign in to comment.