Skip to content

Commit

Permalink
Merge pull request #171 from pehala/reconciliation
Browse files Browse the repository at this point in the history
Add secrets tests back to Kuadrant
  • Loading branch information
pehala authored Feb 22, 2023
2 parents 5499206 + eaa34a2 commit 1916655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
from testsuite.httpx.auth import HeaderApiKeyAuth


@pytest.fixture(scope="module")
def run_on_kuadrant():
"""Secrets are not correctly reconciled https://github.com/Kuadrant/kuadrant-operator/issues/127"""
return False


@pytest.fixture(scope="module")
def api_key(create_api_key, module_label):
"""Creates API key Secret"""
Expand Down
6 changes: 0 additions & 6 deletions testsuite/tests/kuadrant/authorino/metadata/test_uma.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"""


@pytest.fixture(scope="module")
def run_on_kuadrant():
"""Secrets are not correctly reconciled https://github.com/Kuadrant/kuadrant-operator/issues/127"""
return False


@pytest.fixture(scope="module", autouse=True)
def client_secret(create_client_secret, rhsso):
"""Creates a required secret, used by Authorino to start the authentication with the UMA registry."""
Expand Down

0 comments on commit 1916655

Please sign in to comment.