| Index: chrome/test/functional/notifications.py
|
| diff --git a/chrome/test/functional/notifications.py b/chrome/test/functional/notifications.py
|
| index bd1d60d6a0327c768ab310fa9c9c9c585b8adc90..8197834ec75577490c53109a5c57c16aaba1b20e 100644
|
| --- a/chrome/test/functional/notifications.py
|
| +++ b/chrome/test/functional/notifications.py
|
| @@ -513,6 +513,8 @@ class NotificationsTest(pyauto.PyUITest):
|
| """Tests that closing a notification leaves the rest
|
| of the notifications in the correct order.
|
| """
|
| + if self.IsWin7():
|
| + return # crbug.com/66072
|
| self._AllowAllOrigins()
|
| self.NavigateToURL(self.TEST_PAGE_URL)
|
| self._CreateSimpleNotification('', 'Title1', '')
|
|
|