Skip to content

Commit

Permalink
Remove temporary workaround in end-to-end test for iotedge check (Azu…
Browse files Browse the repository at this point in the history
…re#7292)

There was a period of a few weeks between when we updated the version in the code to 1.5.0 and when we actually shipped 1.5.0. During that window of time, one of the end-to-end tests would have failed so we added a workaround. Now that we've shipped 1.5.0, this change removes the workaround.

I ran the end-to-end tests and verified that the IotEdgeCheck test passes.

## Azure IoT Edge PR checklist:
  • Loading branch information
damonbarry authored May 20, 2024
1 parent 75cc58c commit 885aef2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Microsoft.Azure.Devices.Edge.Test/IoTEdgeCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public async Task IotEdgeCheck()
});
}

// TODO: Temporarily override expected aziot & iotedge versions until after we release 1.5.0
args += " --expected-aziot-version 1.5.0 --expected-aziot-edged-version 1.5.0";

string errors_number = string.Empty;

void OnStdout(string o)
Expand Down

0 comments on commit 885aef2

Please sign in to comment.