diff --git a/tests/integration/app_labels.bats b/tests/integration/app_labels.bats index fb6d26c8..b51e3bab 100644 --- a/tests/integration/app_labels.bats +++ b/tests/integration/app_labels.bats @@ -91,12 +91,6 @@ teardown(){ refute_output --partial "$latestRelease" } -@test "show unknown if no deloyment" { - run $ABRA app labels "$TEST_APP_DOMAIN" - assert_success - assert_output --partial 'unknown' -} - # bats test_tags=slow @test "show deploy labels when deployed" { run $ABRA app deploy "$TEST_APP_DOMAIN" \