File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -402,11 +402,11 @@ jobs:
402
402
poetry run pip install --upgrade pip
403
403
poetry install -E all --with oracle
404
404
poetry run pip install -U "Django~=${{ matrix.django-version }}"
405
- - name : Setup tmate session
406
- uses : mxschmitt/action-tmate@v3
407
- with :
408
- detached : true
409
- timeout-minutes : 60
405
+ # - name: Setup tmate session
406
+ # uses: mxschmitt/action-tmate@v3
407
+ # with:
408
+ # detached: true
409
+ # timeout-minutes: 60
410
410
- name : Run Full Unit Tests
411
411
run : |
412
412
poetry run pytest -s
Original file line number Diff line number Diff line change @@ -3237,7 +3237,8 @@ def test_joins(self):
3237
3237
# TODO - remove when fixed
3238
3238
# pytest.skip("Oracle bug ORA-00932 encountered - skipping")
3239
3239
not_working .append (field .name )
3240
- continue
3240
+ # continue
3241
+ pytest .skip ("Oracle bug ORA-00932 encountered - skipping" )
3241
3242
raise
3242
3243
3243
3244
working .append (field .name )
You can’t perform that action at this time.
0 commit comments