mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Mark updated tests as skipped instead of passed
This commit is contained in:
@@ -142,7 +142,7 @@ func (rc *CommandResultsChecker) compare(t *testing.T, path string) {
|
||||
if actualOutput.String() != "" {
|
||||
assert.NoError(t, ioutil.WriteFile(rc.ExpectedOutputFilename, actualOutput.Bytes(), 0600))
|
||||
}
|
||||
return
|
||||
t.Skip("Updated fixtures for test case")
|
||||
}
|
||||
|
||||
// Compare the results
|
||||
|
||||
Reference in New Issue
Block a user