Commit 7598b6b 1 parent 2bdf13b commit 7598b6b Copy full SHA for 7598b6b
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -66,20 +66,20 @@ jobs:
66
66
python -V
67
67
which python
68
68
pip install -e .
69
- - name : Run tests
70
- run : |
71
- pytest
69
+ # - name: Run tests
70
+ # run: |
71
+ # pytest
72
72
- name : Run S3 exploratory tests
73
73
run : |
74
74
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
83
83
- name : Stop minio object storage
84
84
run : tests/s3_exploratory/minio_scripts/minio-stop
85
85
if : always()
You can’t perform that action at this time.
0 commit comments