Skip to content

Commit

Permalink
backupccl: skip TestIngest/batch=default
Browse files Browse the repository at this point in the history
It's flakey. See #104639.

Release note: None
  • Loading branch information
irfansharif committed Jun 9, 2023
1 parent a5296ac commit 769c096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ccl/backupccl/restore_data_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/storage"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/encoding"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
Expand Down Expand Up @@ -155,6 +156,7 @@ func TestIngest(t *testing.T) {

ctx := context.Background()
t.Run("batch=default", func(t *testing.T) {
skip.WithIssue(t, 104639, "flaky test")
runTestIngest(t, func(_ *cluster.Settings) {})
})
t.Run("batch=1", func(t *testing.T) {
Expand Down

0 comments on commit 769c096

Please sign in to comment.