Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85b0bf2

Browse files
Reduce test scope for test-utils pipeline (#18046)
* Reduce test scope for test-utils pipeline
1 parent 542c496 commit 85b0bf2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

eng/tools/rush-runner.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ const reducedDependencyTestMatrix = {
2222
'@azure/test-utils-perfstress',
2323
'@azure-tools/test-recorder',
2424
'@azure/synapse-monitoring'
25+
],
26+
'test-utils': [
27+
'@azure-rest/purview-account',
28+
'@azure-tests/perf-storage-blob',
29+
'@azure-tests/perf-data-tables',
30+
'@azure/arm-eventgrid',
31+
'@azure/ai-text-analytics',
32+
'@azure/identity',
33+
'@azure/identity-cache-persistence',
34+
'@azure/identity-vscode',
35+
'@azure/storage-file-share',
36+
'@azure/template'
2537
]
2638
};
2739

0 commit comments

Comments
 (0)