chore(inputs.cloud_pubsub_push): Don't run flaky test on Windows (#11984)
This commit is contained in:
parent
a777435495
commit
b477573359
|
|
@ -1,3 +1,5 @@
|
|||
//go:build !windows
|
||||
|
||||
package cloud_pubsub_push
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue