Skip to content

Commit

Permalink
enable chains testcases on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
Basavaraju-G authored and tekton-robot committed Oct 5, 2023
1 parent 210e31e commit 19e9d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/common/03_tektonchaindeployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestTektonChainDeployment(t *testing.T) {
crNames.TargetNamespace = "openshift-pipelines"
}
platform := os.Getenv("PLATFORM")
if platform == "linux/ppc64le" || platform == "linux/s390x" {
if platform == "linux/ppc64le" {
t.Skipf("Tekton chain is not available for %q", platform)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type TektonChainTutorialTestSuite struct {

func TestTektonChainTutorialTestSuite(t *testing.T) {
platform := utils.GetOSAndArchitecture()
if platform == utils.LinuxPPC64LE || platform == utils.LinuxS390X {
if platform == utils.LinuxPPC64LE {
t.Skipf("Tekton chain is not available for %q", platform)
}

Expand Down

0 comments on commit 19e9d37

Please sign in to comment.