Skip to content

Commit 7fb6eb1

Browse files
committed
Merge branch 'main' into andyohart/managed-identity
2 parents 9b700f7 + 4a4dafc commit 7fb6eb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ado/build_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ steps:
3838
azureSubscription: "AuthSdkResourceManager"
3939
KeyVaultName: "msidlabs"
4040
SecretsFilter: "LabAuth"
41-
4241
- task: Bash@3
4342
displayName: Installing certificate
4443
inputs:

apps/tests/integration/integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ func TestUsernamePassword(t *testing.T) {
240240
}
241241
}
242242

243+
// TODO: update this at a later date, see issue https://github.com/AzureAD/microsoft-authentication-library-for-go/issues/513
243244
func TestConfidentialClientWithSecret(t *testing.T) {
244245
t.Skip("Skipping test until fix")
245246
if testing.Short() {
@@ -273,6 +274,7 @@ func TestConfidentialClientWithSecret(t *testing.T) {
273274
}
274275
}
275276

277+
// TODO: update this at a later date, see issue https://github.com/AzureAD/microsoft-authentication-library-for-go/issues/513
276278
func TestOnBehalfOf(t *testing.T) {
277279
t.Skip("Skipping test until fix")
278280
if testing.Short() {

0 commit comments

Comments
 (0)