Skip to content

Commit 13e4b0d

Browse files
committed
chore: disable WIP test
1 parent 2e94ffb commit 13e4b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/analysis/analysis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ func TestAnalysis_RunAnalysis_GetFindingsNotSuccessful(t *testing.T) {
720720
require.ErrorContains(t, err, "failed to retrieve findings from findings URL")
721721
}
722722

723-
func TestAnalysis_RunTestRemote(t *testing.T) {
723+
func DISABLE_TestAnalysis_RunTestRemote(t *testing.T) {
724724
mockConfig, mockHTTPClient, mockInstrumentor, mockErrorReporter, mockTracker, mockTrackerFactory, logger := setup(t, nil)
725725

726726
mockTracker.EXPECT().Begin(gomock.Eq("Snyk Code analysis for remote project"), gomock.Eq("Retrieving results...")).Return()

0 commit comments

Comments
 (0)