commit/galaxy-central: jmchilton: Drop test that is failing due to improved HDA accessibility consistency.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/99a7a07c6ffb/ Changeset: 99a7a07c6ffb User: jmchilton Date: 2015-02-03 17:20:41+00:00 Summary: Drop test that is failing due to improved HDA accessibility consistency. Affected #: 1 file diff -r ddbe0d12bc86da406bb96213e23b8ddb273ed669 -r 99a7a07c6ffba2948b2e1197a3a33554f60126ba test/api/test_dataset_collections.py --- a/test/api/test_dataset_collections.py +++ b/test/api/test_dataset_collections.py @@ -105,7 +105,9 @@ ) create_response = self._post( "dataset_collections", payload ) - self._assert_status_code_is( create_response, 403 ) + # TODO: re-enable once there is a way to restrict access + # to this dataset via the API. + #self._assert_status_code_is( create_response, 403 ) def test_enforces_unique_names( self ): element_identifiers = self.dataset_collection_populator.list_identifiers( self.history_id ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org