fix TestFailedStartupExitCode (#5076)

Signed-off-by: rleungx <rleungx@gmail.com>
This commit is contained in:
Ryan Leung 2019-01-16 17:13:36 +08:00 committed by Simon Pasquier
parent 22a1def98d
commit 45c8b084c6

View file

@ -163,6 +163,10 @@ func TestComputeExternalURL(t *testing.T) {
// Let's provide an invalid configuration file and verify the exit status indicates the error.
func TestFailedStartupExitCode(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
fakeInputFile := "fake-input-file"
expectedExitStatus := 1