Skip to content

Commit

Permalink
Mark test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Nov 6, 2023
1 parent 4ada3e5 commit 15e9b77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apidef/adapter/graphql_config_adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"github.com/TykTechnologies/graphql-go-tools/pkg/engine/plan"

"github.com/TykTechnologies/tyk/apidef"
"github.com/TykTechnologies/tyk/test"
)

func TestGraphQLConfigAdapter_EngineConfigV2(t *testing.T) {
Expand Down Expand Up @@ -458,6 +459,8 @@ func TestGraphQLConfigAdapter_engineConfigV2FieldConfigs(t *testing.T) {
}

func TestGraphQLConfigAdapter_engineConfigV2DataSources(t *testing.T) {
test.Flaky(t)

httpClient := &http.Client{}

expectedDataSources := []plan.DataSourceConfiguration{
Expand Down

0 comments on commit 15e9b77

Please sign in to comment.