We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ddfdac + bc1f1b5 commit 0ddbcd1Copy full SHA for 0ddbcd1
test/integration/basic_test.go
@@ -48,6 +48,7 @@ func TestIsIOHealthy(t *testing.T) {
48
// Check if an archive is uploaded and insights results retrieved in a reasonable amount of time
49
// This test can be performed on OCP 4.7 and newer
50
func TestArchiveUploadedAndResultReceived(t *testing.T) {
51
+ t.Skip("Skipping until CCXDEV-3397 gets resolved")
52
start := logLineTime(t, `Reporting status periodically to .* every`)
53
end := logLineTime(t, `Successfully reported id=`)
54
uploadingTime := duration(t, start, end)
0 commit comments