Aura: Mark FileBrowserNotificationsTest disabled for now

It looks like it's going to be a little while before chromeos::SystemNotification gets implemented, so I'm marking this test as disabled on Aura for now.  I've got a bug assigned to myself to turn it back on when the notifications are ready.

BUG=104471
TEST=browser_tests FileBrowserNotificationsTest

Review URL: http://codereview.chromium.org/8625006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111054 0039d316-1c4b-4281-b951-d872f2087c98
parent 1ac3c4a7
...@@ -109,7 +109,7 @@ class FileBrowserNotificationsTest : public InProcessBrowserTest { ...@@ -109,7 +109,7 @@ class FileBrowserNotificationsTest : public InProcessBrowserTest {
#if defined(USE_AURA) #if defined(USE_AURA)
// TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented // TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented
// chromeos::SystemNotification yet. http://crbug.com/104471 // chromeos::SystemNotification yet. http://crbug.com/104471
#define MAYBE_TestBasic FAILS_TestBasic #define MAYBE_TestBasic DISABLED_TestBasic
#else #else
#define MAYBE_TestBasic TestBasic #define MAYBE_TestBasic TestBasic
#endif #endif
...@@ -164,7 +164,7 @@ IN_PROC_BROWSER_TEST_F(FileBrowserNotificationsTest, MAYBE_TestBasic) { ...@@ -164,7 +164,7 @@ IN_PROC_BROWSER_TEST_F(FileBrowserNotificationsTest, MAYBE_TestBasic) {
#if defined(USE_AURA) #if defined(USE_AURA)
// TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented // TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented
// chromeos::SystemNotification yet. http://crbug.com/104471 // chromeos::SystemNotification yet. http://crbug.com/104471
#define MAYBE_ShowDelayedTest FAILS_ShowDelayedTest #define MAYBE_ShowDelayedTest DISABLED_ShowDelayedTest
#else #else
// TODO(jamescook): This test is flaky on linux_chromeos, occasionally causing // TODO(jamescook): This test is flaky on linux_chromeos, occasionally causing
// this assertion failure inside Gtk: // this assertion failure inside Gtk:
...@@ -228,7 +228,7 @@ IN_PROC_BROWSER_TEST_F(FileBrowserNotificationsTest, MAYBE_ShowDelayedTest) { ...@@ -228,7 +228,7 @@ IN_PROC_BROWSER_TEST_F(FileBrowserNotificationsTest, MAYBE_ShowDelayedTest) {
#if defined(USE_AURA) #if defined(USE_AURA)
// TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented // TODO(jamescook): Fails on linux_chromeos_aura because we haven't implemented
// chromeos::SystemNotification yet. http://crbug.com/104471 // chromeos::SystemNotification yet. http://crbug.com/104471
#define MAYBE_HideDelayedTest FAILS_HideDelayedTest #define MAYBE_HideDelayedTest DISABLED_HideDelayedTest
#else #else
#define MAYBE_HideDelayedTest HideDelayedTest #define MAYBE_HideDelayedTest HideDelayedTest
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment