File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3838 azureSubscription : " AuthSdkResourceManager"
3939 KeyVaultName : " msidlabs"
4040 SecretsFilter : " LabAuth"
41-
4241 - task : Bash@3
4342 displayName : Installing certificate
4443 inputs :
Original file line number Diff line number Diff 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
243244func 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
276278func TestOnBehalfOf (t * testing.T ) {
277279 t .Skip ("Skipping test until fix" )
278280 if testing .Short () {
You can’t perform that action at this time.
0 commit comments