From e6689afac3097d314b87992074af1342c6bcbb25 Mon Sep 17 00:00:00 2001 From: Aaron Son Date: Thu, 9 Apr 2020 10:34:24 -0700 Subject: [PATCH] bats/aws-remotes.bats: Enable test for push. --- bats/aws-remotes.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/bats/aws-remotes.bats b/bats/aws-remotes.bats index 07ace56826..26729b2fd2 100644 --- a/bats/aws-remotes.bats +++ b/bats/aws-remotes.bats @@ -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)'