We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e512b02 commit 277b13bCopy full SHA for 277b13b
1 file changed
Lib/test/test_minidom.py
@@ -174,6 +174,7 @@ def testAppendChild(self):
174
self.assertEqual(dom.documentElement.childNodes[-1].data, "Hello")
175
dom.unlink()
176
177
+ @support.requires_resource('cpu')
178
def testAppendChildNoQuadraticComplexity(self):
179
impl = getDOMImplementation()
180
0 commit comments