Skip broken push test

This commit is contained in:
Zach Musgrave
2021-09-20 15:54:58 -07:00
parent af4443ce41
commit 73935156ae
+2
View File
@@ -1046,5 +1046,7 @@ while True:
[[ "$output" =~ "the current branch has no upstream branch" ]] || false
server_query repo1 1 "select dolt_push('--set-upstream', 'origin', 'master') as p" "p\n1"
skip "In-memory branch doesn't track upstream correctly"
server_query repo1 1 "select dolt_push() as p" "p\n1"
}