mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +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() != "" {
|
if actualOutput.String() != "" {
|
||||||
assert.NoError(t, ioutil.WriteFile(rc.ExpectedOutputFilename, actualOutput.Bytes(), 0600))
|
assert.NoError(t, ioutil.WriteFile(rc.ExpectedOutputFilename, actualOutput.Bytes(), 0600))
|
||||||
}
|
}
|
||||||
return
|
t.Skip("Updated fixtures for test case")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compare the results
|
// Compare the results
|
||||||
|
|||||||
Reference in New Issue
Block a user