Skip to content

Commit

Permalink
Merge branch 'main' into andyohart/managed-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
4gust committed Nov 8, 2024
2 parents 9b700f7 + 4a4dafc commit 7fb6eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ado/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ steps:
azureSubscription: "AuthSdkResourceManager"
KeyVaultName: "msidlabs"
SecretsFilter: "LabAuth"

- task: Bash@3
displayName: Installing certificate
inputs:
Expand Down
2 changes: 2 additions & 0 deletions apps/tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func TestUsernamePassword(t *testing.T) {
}
}

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

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

0 comments on commit 7fb6eb1

Please sign in to comment.