Skip to content

Commit 672031f

Browse files
authored
tests: re-enable TestFSCloudInSchematics (#370)
1 parent 5f3c7c6 commit 672031f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/pr_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ func TestEnterpriseSolutionInSchematics(t *testing.T) {
126126
}
127127

128128
func TestFSCloudInSchematics(t *testing.T) {
129-
// TODO: When running fscloud and enterprise test in parallel, we get the following error:
130-
// 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.
131-
//
132-
// 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)
133-
t.Skip()
134129
t.Parallel()
135130

136131
options := testschematic.TestSchematicOptionsDefault(&testschematic.TestSchematicOptions{

0 commit comments

Comments
 (0)