Avoid skipping tests by integration.BeforeTest
#37340
Labels
type/enhancement
The issue or PR belongs to an enhancement.
integration.BeforeTest
#37340
Enhancement
integration.BeforeTest
provided by etcd package will check the goroutine leak. If any leak founded, it will skip the current test. However, some leaks are difficult to avoid, so we ignore it inTestMain
, but it will not affect etcd package. We should disable the etcd's go leak check to avoid skipping tests.The text was updated successfully, but these errors were encountered: