Skip to content

Commit e522015

Browse files
Update comment location
Co-authored-by: Copilot <[email protected]>
1 parent 2a03cfa commit e522015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/identity/identity/test/public/node/environmentCredential.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ describe.skipIf(shouldRunSPTest())("EnvironmentCredential", function () {
6666
assert.isTrue(token?.expiresOnTimestamp! > Date.now());
6767
});
6868

69+
// Live test run not supported on CI at the moment. Locally should work though.
6970
it.skipIf(isLiveMode())(
7071
"authenticates with a client certificate on the environment variables",
7172
async function () {
72-
// Live test run not supported on CI at the moment. Locally should work though.
7373
// The following environment variables must be set for this to work.
7474
// On TEST_MODE="playback", the recorder automatically fills them with stubbed values.
7575
process.env.AZURE_TENANT_ID = cachedValues.AZURE_TENANT_ID;
@@ -137,10 +137,10 @@ describe.skipIf(shouldRunSPTest())("EnvironmentCredential", function () {
137137
}).toSupportTracing(["EnvironmentCredential.getToken"]);
138138
});
139139

140+
// Live test run not supported on CI at the moment. Locally should work though.
140141
it.skipIf(isLiveMode())(
141142
"supports tracing with environment client certificate",
142143
async function () {
143-
// Live test run not supported on CI at the moment. Locally should work though.
144144
await expect(async (tracingOptions: GetTokenOptions) => {
145145
// The following environment variables must be set for this to work.
146146
// On TEST_MODE="playback", the recorder automatically fills them with stubbed values.

0 commit comments

Comments
 (0)