Skip to content

Commit 0ddbcd1

Browse files
Merge pull request #265 from psimovec/skip_test_archive_uploaded
Skip TestArchiveUploadedAndResultReceived
2 parents 5ddfdac + bc1f1b5 commit 0ddbcd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/basic_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func TestIsIOHealthy(t *testing.T) {
4848
// Check if an archive is uploaded and insights results retrieved in a reasonable amount of time
4949
// This test can be performed on OCP 4.7 and newer
5050
func TestArchiveUploadedAndResultReceived(t *testing.T) {
51+
t.Skip("Skipping until CCXDEV-3397 gets resolved")
5152
start := logLineTime(t, `Reporting status periodically to .* every`)
5253
end := logLineTime(t, `Successfully reported id=`)
5354
uploadingTime := duration(t, start, end)

0 commit comments

Comments
 (0)