Skip to content

Commit

Permalink
remove extra integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhu0 committed Jul 10, 2020
1 parent 5fee1ab commit 4df3bd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integ/test_trial_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def test_create_tags(trial_component_obj, sagemaker_boto_client):
assert actual_tags == trial_component_obj.tags


def test_delete_with_disassociate(trial_component_with_disassociation_obj, sagemaker_boto_client):
assert trial_component_with_disassociation_obj.trial_component_name


def test_delete_with_force_disassociate(trial_component_with_force_disassociation_obj, sagemaker_boto_client):
assert trial_component_with_force_disassociation_obj.trial_component_name
trials = sagemaker_boto_client.list_trials(
Expand Down

0 comments on commit 4df3bd6

Please sign in to comment.