Remove exit code assertion from push failing as it is undefined.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user