Skip to content

Commit 0eff8ec

Browse files
authored
Reinstate skipped tests in test_scene (#192)
1 parent a090b7a commit 0eff8ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_scene.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ def test_scene_and_cuboid_upload_sync(dataset_scene):
330330
)
331331

332332

333-
@pytest.mark.skip(reason="Temporarily skipped because failing 12/28/21")
334333
@pytest.mark.integration
335334
def test_scene_upload_async(dataset_scene):
336335
payload = TEST_LIDAR_SCENES
@@ -372,7 +371,6 @@ def test_scene_upload_async(dataset_scene):
372371
)
373372

374373

375-
@pytest.mark.skip(reason="Temporarily skipped because failing 12/28/21")
376374
@pytest.mark.integration
377375
def test_scene_upload_and_update(dataset_scene):
378376
payload = TEST_LIDAR_SCENES

0 commit comments

Comments
 (0)