Fix code spell check fail

Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
Ming
2022-09-06 06:35:16 +00:00
parent e4c84b7b3d
commit 6fe8d4b65f
11 changed files with 20 additions and 19 deletions

View File

@@ -111,7 +111,7 @@ var _ = Describe("[Schedule][OrederedResources] Backup resources should follow t
func TestE2e(t *testing.T) {
// Skip running E2E tests when running only "short" tests because:
// 1. E2E tests are long running tests involving installation of Velero and performing backup and restore operations.
// 2. E2E tests require a kubernetes cluster to install and run velero which further requires ore configuration. See above referenced command line flags.
// 2. E2E tests require a kubernetes cluster to install and run velero which further requires more configuration. See above referenced command line flags.
if testing.Short() {
t.Skip("Skipping E2E tests")
}