Skip to content

Commit

Permalink
Add ignore_warnings to gradle test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiori committed Mar 22, 2021
1 parent a24fc07 commit 27517ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_runners/test_gradle.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class GradleTest(CliTestCase):
'../data/gradle/').resolve()
result_file_path = test_files_dir.joinpath('recursion/expected.json')

@ignore_warnings
@responses.activate
def test_subset_without_session(self):
responses.replace(responses.POST, "{}/intake/organizations/{}/workspaces/{}/subset".format(get_base_url(), self.organization, self.workspace),
Expand Down

0 comments on commit 27517ac

Please sign in to comment.