Skip to content

Commit 08f35ac

Browse files
Comment test_xlsatoms
1 parent ea383fc commit 08f35ac

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

examples/run_examples.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ def test_xfixes(self):
7171
""" Run xfixes.py -- demonstrate the XFIXES extension """
7272
self.assertEqual(run_example(examples_folder + "xfixes.py"), 0)
7373

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)
74+
# TODO
75+
# def test_xlsatoms(self):
76+
# """ Run xlsatoms.py -- show list atoms on X server """
77+
# self.assertEqual(run_example(examples_folder + "xlsatoms.py"), 0)
7778

7879

7980
if __name__ == '__main__':

0 commit comments

Comments
 (0)