Skip to content

Commit

Permalink
Disabling pekko AIT (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Mar 25, 2024
1 parent 654ee45 commit b25bc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
excluded_tests=$(mktemp /tmp/excluded_tests.XXXXXXXX)
echo "datastore/datastores.py" >> $excluded_tests
echo "framework/jms/jms.py" >> $excluded_tests
echo "framework/pekko/pekko.py" >> $excluded_tests
echo "r2dbc/mssql.py" >> $excluded_tests
echo "server/mule.py" >> $excluded_tests
echo "server/weblogic.py" >> $excluded_tests
Expand Down

0 comments on commit b25bc16

Please sign in to comment.