Skip to content

Commit ec7b610

Browse files
committed
fix avro short test ci crash
1 parent 74990dc commit ec7b610

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/source/avro/registry_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ func TestAvroSource_RegistryLookup(t *testing.T) {
4040
}
4141

4242
func TestAvroSource_ToDuckDBViaPipeline(t *testing.T) {
43+
if testing.Short() {
44+
t.Skip("skipping pipeline-to-DuckDB integration test in short mode")
45+
}
46+
4347
t.Parallel()
4448

4549
ctx := context.Background()

0 commit comments

Comments
 (0)