Skip to content

Commit

Permalink
skip test_connect_to_labelbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tyesayan committed Dec 11, 2024
1 parent 7b38832 commit b13f582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deeplake/integrations/tests/test_labelbox.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import labelbox as lb # type: ignore
import os
import numpy as np
import pytest

from deeplake.integrations.labelbox import (
create_dataset_from_video_annotation_project,
Expand Down Expand Up @@ -181,7 +182,7 @@ def get_azure_sas_token():

return sas_token


@pytest.mark.skip(reason="labelbox api sometimes freezes")
def test_connect_to_labelbox():
# the path where we want to create the dataset
ds_path = "mem://labelbox_connect_test"
Expand Down

0 comments on commit b13f582

Please sign in to comment.