~ius-coredev/ius/python32

« back to all changes in this revision

Viewing changes to SOURCES/00158-disable-tests-in-test_locale.patch

  • Committer: Jeffrey Ness
  • Date: 2012-07-18 14:00:44 UTC
  • Revision ID: jeffrey.ness@rackspace.com-20120718140044-41vw1xxrclzf98cc
skip takes a str argument

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
     def test_strcoll_with_diacritic(self):
5
5
         self.assertLess(locale.strcoll('à', 'b'), 0)
6
6
 
7
 
+    @unittest.skip()
 
7
+    @unittest.skip('disable failing EL6 test')
8
8
     def test_strxfrm_with_diacritic(self):
9
9
         self.assertLess(locale.strxfrm('à'), locale.strxfrm('b'))
10
10