Skip to content

Commit 1a83f6b

Browse files
authored
skip flaky test (#4595)
This test has been super flaky, so we're disabling it until we can fix it.
1 parent 8d144c2 commit 1a83f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/sources/git/git_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,8 @@ func TestEnumerate(t *testing.T) {
572572
}
573573

574574
func TestChunkUnit(t *testing.T) {
575+
t.Skip("flaky - INS-212")
576+
575577
t.Parallel()
576578
ctx := context.Background()
577579
// Initialize the source.

0 commit comments

Comments
 (0)