Skip to content

Commit 9da123d

Browse files
authored
Merge pull request #2257 from newrelic/disable-pekko-aits
exclude pekko AITs again
2 parents 9d40aaf + 1b2f34e commit 9da123d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Test-AITs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
if: ${{inputs.single-test == ''}}
6565
run: |
6666
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
6770
echo "datastore/datastores.py" >> $excluded_tests
6871
echo "framework/jms/jms.py" >> $excluded_tests
6972
echo "r2dbc/mssql.py" >> $excluded_tests

0 commit comments

Comments
 (0)