Skip to content

Commit

Permalink
Adding new test recorder to --to restricted packages (#32144)
Browse files Browse the repository at this point in the history
So we don't blow up the unit test invocation during builds, as is
visible over in #32133

FYI @deyaaeldeen
  • Loading branch information
scbedd authored Dec 10, 2024
1 parent fe7f364 commit 7e8d376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/tools/rush-runner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const restrictedToPackages = [
"@azure-tools/test-recorder",
"@azure-tools/test-credential",
"@azure-tools/test-utils",
"@azure-tools/test-utils-vitest"
];

/**
Expand Down

0 comments on commit 7e8d376

Please sign in to comment.