Chore: Disable snapshot flag for plugins API test (#103733)
disable snapshot flag for test
This commit is contained in:
@@ -36,7 +36,7 @@ const (
|
||||
defaultPassword = "password"
|
||||
)
|
||||
|
||||
var updateSnapshotFlag = true
|
||||
var updateSnapshotFlag = false
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
testsuite.Run(m)
|
||||
|
||||
Reference in New Issue
Block a user