Skip to content

Commit

Permalink
debug #888, return TestIntegrationAzure to parallel execution and upg…
Browse files Browse the repository at this point in the history
…rade testflows version
  • Loading branch information
Slach committed Jul 31, 2024
1 parent 492f3f2 commit 79dfc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ var defaultIncrementData = []TestDataStruct{
}

func NewTestEnvironment(t *testing.T) (*TestEnvironment, *require.Assertions) {
isParallel := os.Getenv("RUN_PARALLEL") != "1" && slices.Index([]string{"TestLongListRemote","TestIntegrationAzure"}, t.Name()) == -1
isParallel := os.Getenv("RUN_PARALLEL") != "1" && slices.Index([]string{"TestLongListRemote"/*,"TestIntegrationAzure"*/}, t.Name()) == -1
if os.Getenv("COMPOSE_FILE") == "" || os.Getenv("CUR_DIR") == "" {
t.Fatal("please setup COMPOSE_FILE and CUR_DIR environment variables")
}
Expand Down
2 changes: 1 addition & 1 deletion test/testflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testflows==1.9.71
testflows==2.4.11
requests
setuptools
PyYAML

0 comments on commit 79dfc7c

Please sign in to comment.