Skip to content

Commit

Permalink
Remove clientset check from integration test
Browse files Browse the repository at this point in the history
Signed-off-by: TannerGabriel <[email protected]>
  • Loading branch information
TannerGabriel committed Jul 6, 2022
1 parent 14d4b02 commit dd6af7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/e2e/compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package e2e

import (
"code.gitea.io/sdk/gitea"
"github.com/keptn/go-utils/pkg/common/kubeutils"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"keptn-sandbox/keptn-gitea-provisioner/pkg/provisioner"
"net/http"
Expand All @@ -30,11 +28,6 @@ func Test_CreateAndDeleteProject(t *testing.T) {
t.Skip("Skipping Test_ActionTriggered, not allowed by environment")
}

// Just test if we can connect to the cluster
clientset, err := kubeutils.GetClientSet(false)
require.NoError(t, err)
assert.NotNil(t, clientset)

// Create a new Keptn api for the use of the E2E test
keptnAPI := NewKeptAPI(readKeptnConnectionDetailsFromEnv())

Expand Down

0 comments on commit dd6af7e

Please sign in to comment.