We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d40aaf + 1b2f34e commit 9da123dCopy full SHA for 9da123d
.github/workflows/Test-AITs.yml
@@ -64,6 +64,9 @@ jobs:
64
if: ${{inputs.single-test == ''}}
65
run: |
66
excluded_tests=$(mktemp /tmp/excluded_tests.XXXXXXXX)
67
+ echo "framework/pekko/pekko.py" >> $excluded_tests
68
+ echo "framework/pekko/pekkohttp.py" >> $excluded_tests
69
+ echo "framework/pekko/pekkohttp3.py" >> $excluded_tests
70
echo "datastore/datastores.py" >> $excluded_tests
71
echo "framework/jms/jms.py" >> $excluded_tests
72
echo "r2dbc/mssql.py" >> $excluded_tests
0 commit comments