diff --git a/test/integration/integration_test.go b/test/integration/integration_test.go index 85dd2008..356fcf58 100644 --- a/test/integration/integration_test.go +++ b/test/integration/integration_test.go @@ -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") } diff --git a/test/testflows/requirements.txt b/test/testflows/requirements.txt index 541c9085..aab89fbe 100644 --- a/test/testflows/requirements.txt +++ b/test/testflows/requirements.txt @@ -1,4 +1,4 @@ -testflows==1.9.71 +testflows==2.4.11 requests setuptools PyYAML \ No newline at end of file