Skip to content

Commit

Permalink
Fix reference to MetricsCollector end-to-end test (#6275)
Browse files Browse the repository at this point in the history
In a recent change, the string that filters out a single end-to-end test to run in the metrics collector release pipeline was inadvertently changed, a victim of search and replace. ;)

## Azure IoT Edge PR checklist:
  • Loading branch information
damonbarry authored Apr 12, 2022
1 parent de28980 commit e964ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/e2e/templates/e2e-run-metrics-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- pwsh: |
$testFile = '$(binDir)/Microsoft.Azure.Devices.Edge.Test.dll'
$filter = 'TestMetricsCollector'
$filter = 'MetricsCollector'
if ($IsWindows)
{
Expand Down

0 comments on commit e964ea5

Please sign in to comment.