Skip to content

Commit

Permalink
test: disable e2e sync cloud storage test (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 authored May 31, 2023
1 parent 2953e61 commit cbe2366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/test_cloud_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def is_same_endpoint(endpoint_short_name: str, endpoint_url: str) -> bool:


@pytest.mark.parametrize("endpoint_short_name,platform_name,data_integration_id", get_test_cases())
@pytest.mark.skip(reason="This test is not stable")
def test_e2e_synchronize_cloud_storage_connection(
kili: Kili,
src_project: Dict,
Expand Down

0 comments on commit cbe2366

Please sign in to comment.