We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea383fc commit 08f35acCopy full SHA for 08f35ac
1 file changed
examples/run_examples.py
@@ -71,9 +71,10 @@ def test_xfixes(self):
71
""" Run xfixes.py -- demonstrate the XFIXES extension """
72
self.assertEqual(run_example(examples_folder + "xfixes.py"), 0)
73
74
- def test_xlsatoms(self):
75
- """ Run xlsatoms.py -- show list atoms on X server """
76
- self.assertEqual(run_example(examples_folder + "xlsatoms.py"), 0)
+# TODO
+# def test_xlsatoms(self):
+# """ Run xlsatoms.py -- show list atoms on X server """
77
+# self.assertEqual(run_example(examples_folder + "xlsatoms.py"), 0)
78
79
80
if __name__ == '__main__':
0 commit comments