Skip to content

Commit bd1176c

Browse files
committed
chore: remove nightly from TestGithubGHEPullRequestGitCloneTask
this removes nightly check for e2e test so that it shohuld run on every PR. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
1 parent c057f26 commit bd1176c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/github_pullrequest_privaterepository_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ import (
1515
)
1616

1717
func TestGithubGHEPullRequestGitCloneTask(t *testing.T) {
18-
if os.Getenv("NIGHTLY_E2E_TEST") != "true" {
19-
t.Skip("Skipping test since only enabled for nightly")
20-
}
2118
ctx := context.Background()
2219
g := &tgithub.PRTest{
2320
Label: "Github GHE - Private Repo with git-clone task",

0 commit comments

Comments
 (0)