Skip to content

Commit 7598b6b

Browse files
committed
test only S3 test
1 parent 2bdf13b commit 7598b6b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test_s3_minio.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@ jobs:
6666
python -V
6767
which python
6868
pip install -e .
69-
- name: Run tests
70-
run: |
71-
pytest
69+
#- name: Run tests
70+
# run: |
71+
# pytest
7272
- name: Run S3 exploratory tests
7373
run: |
7474
pytest tests/s3_exploratory/test_s3_reduction.py --html=test-reports/s3-exploratory-report.html
75-
- name: Install pytest-monitor
76-
run: pip install pytest-monitor
77-
- name: Run S3 performance tests
78-
run: |
79-
pytest tests/s3_exploratory/test_s3_arrange_files.py
80-
pytest tests/s3_exploratory/test_s3_performance.py --db ../.pymon
81-
- name: Analyze S3 and local test performance
82-
run: python tests/s3_exploratory/parse_pymon.py
75+
#- name: Install pytest-monitor
76+
# run: pip install pytest-monitor
77+
#- name: Run S3 performance tests
78+
# run: |
79+
# pytest tests/s3_exploratory/test_s3_arrange_files.py
80+
# pytest tests/s3_exploratory/test_s3_performance.py --db ../.pymon
81+
#- name: Analyze S3 and local test performance
82+
# run: python tests/s3_exploratory/parse_pymon.py
8383
- name: Stop minio object storage
8484
run: tests/s3_exploratory/minio_scripts/minio-stop
8585
if: always()

0 commit comments

Comments
 (0)