Skip to content

Commit

Permalink
tests: re-enable TestFSCloudInSchematics (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Jan 13, 2025
1 parent 5f3c7c6 commit 672031f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ func TestEnterpriseSolutionInSchematics(t *testing.T) {
}

func TestFSCloudInSchematics(t *testing.T) {
// TODO: When running fscloud and enterprise test in parallel, we get the following error:
// You have an active provision that is less than 30 minutes old. Please wait until either 30 minutes have passed since your previous provision, or until the previous provision has completed.
//
// We need to run in parallel, otherwise takes too long. For now we will skip fscloud test. We asked for exemption for that error. (waiting)
t.Skip()
t.Parallel()

options := testschematic.TestSchematicOptionsDefault(&testschematic.TestSchematicOptions{
Expand Down

0 comments on commit 672031f

Please sign in to comment.