Skip to content

Commit e706a1e

Browse files
committed
Update
1 parent bb1b2f0 commit e706a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/openshift/e2e/ginkgo/parallel/1-108_alternate_cluster_roles_cluster_scoped_instance_test.go renamed to test/openshift/e2e/ginkgo/sequential/1-108_alternate_cluster_roles_cluster_scoped_instance_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package parallel
17+
package sequential
1818

1919
import (
2020
"context"
@@ -50,7 +50,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
5050
)
5151

5252
BeforeEach(func() {
53-
fixture.EnsureParallelCleanSlate()
53+
fixture.EnsureSequentialCleanSlate()
5454

5555
k8sClient, _ = fixtureUtils.GetE2ETestKubeClient()
5656
ctx = context.Background()

0 commit comments

Comments
 (0)