mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Remove some tests we can no longer run
See #965 for rationale and updates
This commit is contained in:
parent
18dfe4dbfb
commit
3e177c7b81
3 changed files with 2 additions and 32 deletions
|
|
@ -13,12 +13,7 @@ class ContextXmlApiTest < ActionController::IntegrationTest
|
|||
def setup
|
||||
assert_test_environment_ok
|
||||
end
|
||||
|
||||
def test_fails_with_401_if_not_authorized_user
|
||||
authenticated_post_xml_to_context_create @@valid_postdata, 'nobody', 'nohow'
|
||||
assert_401_unauthorized
|
||||
end
|
||||
|
||||
|
||||
def test_fails_with_invalid_xml_format
|
||||
# Fails too hard for test to catch
|
||||
# authenticated_post_xml_to_context_create "<foo></bar>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue