Skip to content

Commit

Permalink
Revert integration tests to running (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alferov authored Nov 29, 2024
1 parent 936b659 commit 924a0ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.* @a-alferov
*.* @a-alferov @Sealwing
*.py @Sealwing @DanBalalan @Starovoitov
7 changes: 0 additions & 7 deletions .github/workflows/on_push_to_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,3 @@ jobs:
with:
target: tests/unit
description: Unit

integration_tests:
name: Run integration tests
uses: ./.github/workflows/step_test_from_dir.yaml
with:
target: tests/integration
description: Integration
1 change: 0 additions & 1 deletion tests/integration/test_dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


@pytest.mark.asyncio
@pytest.mark.skip(reason="the docker hub is unavailable currently")
async def test_clusters_page(adcm_client: ADCMClient) -> None:
clusters = await adcm_client.clusters.list()

Expand Down

0 comments on commit 924a0ae

Please sign in to comment.