Skip to content

Commit

Permalink
Merge pull request #1909 from newrelic/exclude-pekko-tests
Browse files Browse the repository at this point in the history
Exclude pekko AITs
  • Loading branch information
kanderson250 authored May 23, 2024
2 parents c20f632 + 3004090 commit 93d4baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
echo "server/weblogic.py" >> $excluded_tests
echo "basic_features/inf_tracing_test.py" >> $excluded_tests
echo "security/lasp_msg_params.py" >> $excluded_tests
echo "framework/pekko/pekko.py" >> $excluded_tests
echo "framework/pekko/pekkohttp.py" >> $excluded_tests
# The files below are not tests
echo "trace/client.py" >> $excluded_tests
echo "trace/server.py" >> $excluded_tests
Expand Down

0 comments on commit 93d4baa

Please # to comment.