bats/aws-remotes.bats: Enable test for push.

This commit is contained in:
Aaron Son
2020-04-09 10:34:24 -07:00
parent 7528b7b352
commit e6689afac3

View File

@@ -64,7 +64,6 @@ skip_if_no_aws_tests() {
@test "can push to new remote" {
skip_if_no_aws_tests
skip "Unskip when #531 lands."
random_repo=`openssl rand -hex 32`
dolt remote add origin 'aws://['"$DOLT_BATS_AWS_TABLE"':'"$DOLT_BATS_AWS_BUCKET"']/'"$random_repo"
dolt sql -q 'create table a_test_table (id int primary key)'