Skip to content

Commit 171e07d

Browse files
authored
Modify tests for interop test suite (#1076)
* modify tests for interop Signed-off-by: Varsha B <vab@redhat.com> * move the test to sequential Signed-off-by: Varsha B <vab@redhat.com> --------- Signed-off-by: Varsha B <vab@redhat.com>
1 parent 63aa7a9 commit 171e07d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/openshift/e2e/ginkgo/parallel/1-031_validate_toolchain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
9999

100100
} else {
101101
// when running against RC/ released version of gitops
102-
expected_dexVersion = "v2.41.1"
102+
expected_dexVersion = "v2.43.1"
103103
expected_redisVersion = "7.2.11"
104104
}
105105

test/openshift/e2e/ginkgo/parallel/1-077_validate_disable_dex_removed_test.go renamed to test/openshift/e2e/ginkgo/sequential/1-077_validate_disable_dex_removed_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"
@@ -30,7 +30,7 @@ import (
3030
"sigs.k8s.io/controller-runtime/pkg/client"
3131
)
3232

33-
var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
33+
var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
3434

3535
Context("1-077_validate_disable_dex_removed", func() {
3636

0 commit comments

Comments
 (0)