File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ func TestPRGitlabDecorationFailure(t *testing.T) {
253253}
254254
255255func TestPRAzureDecorationSuccessCase (t * testing.T ) {
256+ t .Skip ("Skipping this test till we get AZURE token" )
256257 args := []string {
257258 "utils" ,
258259 "pr" ,
Original file line number Diff line number Diff line change @@ -1240,6 +1240,7 @@ func TestScanWorkFlowWithSastEngineFilter(t *testing.T) {
12401240}
12411241
12421242func 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
18681869func TestCreateScan_WithTypeScsAndOnlyScorecard_Success (t * testing.T ) {
1870+ t .Skip ("Skipping this test till we get PAT" )
18691871 _ , projectName := getRootProject (t )
18701872
18711873 args := []string {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const (
2424)
2525
2626func 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
5455func 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
8486func TestAzureUserCountRepos (t * testing.T ) {
87+ t .Skip ("Skipping this test till we get AZURE token" )
8588 _ = viper .BindEnv (pat )
8689 buffer := executeCmdNilAssertion (
8790 t ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import (
1616)
1717
1818func 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
4748func TestGitHubUserCountRepos (t * testing.T ) {
49+ t .Skip ("Skipping this test till we get PAT" )
4850 _ = viper .BindEnv (pat )
4951 buffer := executeCmdNilAssertion (
5052 t ,
You can’t perform that action at this time.
0 commit comments