Skip to content

Commit 1b4737d

Browse files
committed
remove skip stmnts
1 parent c11f3d5 commit 1b4737d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stac_fastapi/elasticsearch/tests/clients/test_elasticsearch.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_create_collection(
3232
es_transactions.delete_collection(data["id"], request=MockStarletteRequest)
3333

3434

35-
# @pytest.mark.skip(reason="passing but messing up the next test")
3635
def test_create_collection_already_exists(
3736
es_transactions: TransactionsClient,
3837
load_test_data: Callable,
@@ -120,7 +119,6 @@ def test_get_item(
120119
)
121120

122121

123-
# @pytest.mark.skip(reason="unknown")
124122
def test_get_collection_items(
125123
es_core: CoreCrudClient,
126124
es_transactions: TransactionsClient,
@@ -264,7 +262,6 @@ def test_delete_item(
264262
es_core.get_item(item["id"], item["collection"], request=MockStarletteRequest)
265263

266264

267-
# @pytest.mark.skip(reason="might need a larger timeout")
268265
def test_bulk_item_insert(
269266
es_core: CoreCrudClient,
270267
es_transactions: TransactionsClient,
@@ -321,7 +318,6 @@ def test_feature_collection_insert(
321318
assert len(fc["features"]) >= 10
322319

323320

324-
# @pytest.mark.skip(reason="Not working")
325321
def test_landing_page_no_collection_title(
326322
es_core: CoreCrudClient,
327323
es_transactions: TransactionsClient,

0 commit comments

Comments
 (0)