Skip to content

Commit

Permalink
[TT-10432] Mark test as flaky (#5738)
Browse files Browse the repository at this point in the history
Mark legacy graphql test as flaky to pass CI

https://tyktech.atlassian.net/browse/TT-10432

Co-authored-by: Tit Petric <[email protected]>
  • Loading branch information
2 people authored and lghiur committed Jan 22, 2024
1 parent 9a42e8f commit 4f6ad7f
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 4f6ad7f

Please sign in to comment.