Skip to content

Commit

Permalink
Merge pull request #1820 from newrelic/reenable-pekko
Browse files Browse the repository at this point in the history
Add pekko back to Test-AITs.yml
  • Loading branch information
kanderson250 authored Mar 26, 2024
2 parents 0e7ec17 + d68bea0 commit dd32a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ 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 dd32a0f

Please sign in to comment.