Remove exit code assertion from push failing as it is undefined.

This commit is contained in:
Winston Li
2015-03-10 00:13:15 +00:00
parent 9245037abf
commit d1156cb812
@@ -330,7 +330,6 @@ public class WLGitBridgeIntegrationTest {
int pushExitCode = gitPush.waitFor();
wlgb.stop();
assertEquals(1, pushExitCode);
assertEquals(EXPECTED_OUT_PUSH_FAIL_FIRST_STAGE, Util.fromStream(gitPush.getErrorStream(), 2));
}