~facundo/ubuntuone-client/offloaded-rq

« back to all changes in this revision

Viewing changes to tests/platform/linux/test_notification.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2012-01-25 19:05:21 UTC
  • mfrom: (1181.1.2 skip-failing-tests)
  • Revision ID: tarmac-20120125190521-k1wkcygylxkcqhqa
- Skip NotificationTestCase tests (LP: #921574).

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        notifier = Notification(FAKE_APP_NAME)
113
113
        notifier.send_notification(FAKE_TITLE, FAKE_MESSAGE, append=True)
114
114
        notifier.send_notification(FAKE_TITLE, FAKE_APPENDAGE, append=True)
 
115
 
 
116
 
 
117
NotificationTestCase.skip = "Not working when the GI Notify module is used " \
 
118
"(LP: #921574)."