mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
remove unimplemented and skipped test for feature that we don't plan to implement any time soon (XML-RPC interface)
This commit is contained in:
parent
0949638c11
commit
2915f5b7f4
@ -1397,8 +1397,3 @@ class Web(WebMixin, unittest.TestCase):
|
|||||||
pass
|
pass
|
||||||
d.addCallback(_done)
|
d.addCallback(_done)
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def test_XMLRPC(self):
|
|
||||||
raise unittest.SkipTest("The XML-RPC interface is not yet implemented. Please use the RESTful interface (documented in docs/webapi.txt) for now.")
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user