Skip to content

Commit 153f514

Browse files
committed
[temp/ci] Skip unit tests for testing refactoring changes
1 parent 6254025 commit 153f514

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pyatlan-pr.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
# run: |
6565
# ./qa-checks
6666

67-
- name: Run unit tests
68-
env: # Test tenant environment variables
69-
ATLAN_API_KEY: ${{ secrets.ATLAN_API_KEY }}
70-
ATLAN_BASE_URL: ${{ secrets.ATLAN_BASE_URL }}
71-
# Run with `pytest-sugar` for enhancing the overall test report output
72-
run: pytest tests/unit --force-sugar
67+
# - name: Run unit tests
68+
# env: # Test tenant environment variables
69+
# ATLAN_API_KEY: ${{ secrets.ATLAN_API_KEY }}
70+
# ATLAN_BASE_URL: ${{ secrets.ATLAN_BASE_URL }}
71+
# # Run with `pytest-sugar` for enhancing the overall test report output
72+
# run: pytest tests/unit --force-sugar
7373

7474
- name: Prepare integration tests distribution
7575
id: distribute-integration-test-files

0 commit comments

Comments
 (0)