Skip to content

Commit

Permalink
Adds tracking for disabled integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOHart committed Sep 26, 2024
1 parent d0f45dc commit 7fe113d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func TestUsernamePassword(t *testing.T) {
}
}

// todo update this at a later date
// 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 integration test until it is fixed")

Expand Down Expand Up @@ -276,7 +276,7 @@ func TestConfidentialClientWithSecret(t *testing.T) {

}

// todo update this at a later date
// 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 integration test until it is fixed")

Expand Down

0 comments on commit 7fe113d

Please sign in to comment.