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.
1 parent 74990dc commit ec7b610Copy full SHA for ec7b610
1 file changed
pkg/source/avro/registry_test.go
@@ -40,6 +40,10 @@ func TestAvroSource_RegistryLookup(t *testing.T) {
40
}
41
42
func TestAvroSource_ToDuckDBViaPipeline(t *testing.T) {
43
+ if testing.Short() {
44
+ t.Skip("skipping pipeline-to-DuckDB integration test in short mode")
45
+ }
46
+
47
t.Parallel()
48
49
ctx := context.Background()
0 commit comments