Provisioning: Temporarily skip flaky tests (#111128)
This commit is contained in:
@@ -36,11 +36,11 @@ import (
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
"github.com/grafana/grafana/pkg/tests/apis"
|
||||
"github.com/grafana/grafana/pkg/tests/testinfra"
|
||||
"github.com/grafana/grafana/pkg/tests/testsuite"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
testsuite.Run(m)
|
||||
// TODO: Tests are flaky, so skip them for now
|
||||
//testsuite.Run(m)
|
||||
}
|
||||
|
||||
type provisioningTestHelper struct {
|
||||
|
||||
Reference in New Issue
Block a user