Skip to content

Commit

Permalink
Clarify skipped test message and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-futurice committed Jul 25, 2024
1 parent 87929fd commit 4779b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provider/team/team_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ func TestAccTeamDataSource_permissions(t *testing.T) {

func TestAccTeamDataSource_mappedOIDCGroups(t *testing.T) {
// TODO either add the required resources or add test mappings with direct API calls to complete this test
t.Skip("Currently adding mappings is not supported")
// additionally this simply does not work now, see https://github.com/DependencyTrack/dependency-track/issues/4000
t.Skip("Currently reading mapped OIDC groups does not work")
}

func testAccTeamDataSourceConfigBasic(testDependencyTrack *testutils.TestDependencyTrack, teamName string) string {
Expand Down

0 comments on commit 4779b8d

Please sign in to comment.