Skip to content

Commit

Permalink
[Tests] Skip test_marketplace_default_source to fix CI (#3146)
Browse files Browse the repository at this point in the history
* [Tests] Skip `test_marketplace_default_source` to fix CI

* Add TODO
  • Loading branch information
Gal Topper committed Feb 22, 2023
1 parent b74368c commit 06aed77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/api/api/marketplace/test_marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from http import HTTPStatus

import deepdiff
import pytest
import yaml
from fastapi.testclient import TestClient
from sqlalchemy.orm import Session
Expand Down Expand Up @@ -246,6 +247,8 @@ def test_marketplace_source_manager(
)


# TODO: Unskip when fixed
@pytest.mark.skip("fails intermittently in CI")
def test_marketplace_default_source(
k8s_secrets_mock: tests.api.conftest.K8sSecretsMock,
) -> None:
Expand Down

0 comments on commit 06aed77

Please sign in to comment.