diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go
index 02c2812f1b27bc94b84afcdb2ddad593e4501167..37a4405be4452724f08ee456c65613f5631892de 100644
--- a/test/integration/cmdIntegration_test.go
+++ b/test/integration/cmdIntegration_test.go
@@ -83,6 +83,8 @@ func testSetupIntegration() {
 }
 
 func TestCmdIntegration(t *testing.T) {
+	// TDOO: Remove once openshift grpc support is available
+	t.Skip("skipped due to openshift limitations")
 	if testing.Short() {
 		t.Skip("skipping integration test")
 	}