Skip to content

Commit c801f71

Browse files
tahiyasalamabe-winter
authored andcommitted
Skip file polling test for now (#3948)
1 parent f3b8259 commit c801f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/datamanager/builtin/file_deletion_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func writeFiles(t *testing.T, dir string, filenames []string) map[string]string
183183
}
184184

185185
func TestFilePolling(t *testing.T) {
186+
t.Skip()
186187
mockClock := clk.NewMock()
187188
// Make mockClock the package level clock used by the dmsvc so that we can simulate time's passage
188189
clock = mockClock

0 commit comments

Comments
 (0)