Skip to content

Commit 7bdccc8

Browse files
skipping azure and github test cases
1 parent 099f4b3 commit 7bdccc8

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

test/integration/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ func TestPRGitlabDecorationFailure(t *testing.T) {
253253
}
254254

255255
func TestPRAzureDecorationSuccessCase(t *testing.T) {
256+
t.Skip("Skipping this test till we get AZURE token")
256257
args := []string{
257258
"utils",
258259
"pr",

test/integration/scan_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ func TestScanWorkFlowWithSastEngineFilter(t *testing.T) {
12401240
}
12411241

12421242
func TestScanCreateWithSSHKey(t *testing.T) {
1243+
t.Skip("Skipping this test till we get ssh key")
12431244
_ = viper.BindEnv("CX_SCAN_SSH_KEY")
12441245
sshKey := viper.GetString("CX_SCAN_SSH_KEY")
12451246

@@ -1866,6 +1867,7 @@ func TestCreateScan_WithTypeScs_Success(t *testing.T) {
18661867
}
18671868

18681869
func TestCreateScan_WithTypeScsAndOnlyScorecard_Success(t *testing.T) {
1870+
t.Skip("Skipping this test till we get PAT")
18691871
_, projectName := getRootProject(t)
18701872

18711873
args := []string{

test/integration/user-count-azure_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const (
2424
)
2525

2626
func TestAzureUserCountOrgs(t *testing.T) {
27+
t.Skip("Skipping this test till we get PAT")
2728
_ = viper.BindEnv(pat)
2829
buffer := executeCmdNilAssertion(
2930
t,
@@ -52,6 +53,7 @@ func TestAzureUserCountOrgs(t *testing.T) {
5253
}
5354

5455
func TestAzureUserCountProjects(t *testing.T) {
56+
t.Skip("Skipping this test till we get AZURE token")
5557
_ = viper.BindEnv(pat)
5658
buffer := executeCmdNilAssertion(
5759
t,
@@ -82,6 +84,7 @@ func TestAzureUserCountProjects(t *testing.T) {
8284
}
8385

8486
func TestAzureUserCountRepos(t *testing.T) {
87+
t.Skip("Skipping this test till we get AZURE token")
8588
_ = viper.BindEnv(pat)
8689
buffer := executeCmdNilAssertion(
8790
t,

test/integration/user-count-github_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
)
1717

1818
func TestGitHubUserCount(t *testing.T) {
19+
t.Skip("Skipping this test till we get PAT")
1920
_ = viper.BindEnv(pat)
2021
buffer := executeCmdWithTimeOutNilAssertion(
2122
t,
@@ -45,6 +46,7 @@ func TestGitHubUserCount(t *testing.T) {
4546
}
4647

4748
func TestGitHubUserCountRepos(t *testing.T) {
49+
t.Skip("Skipping this test till we get PAT")
4850
_ = viper.BindEnv(pat)
4951
buffer := executeCmdNilAssertion(
5052
t,

0 commit comments

Comments
 (0)