commit | c0fdfc5ae1af77160bce948a49dacd58eff400c8 | [log] [tgz] |
---|---|---|
author | Aviv Keshet <[email protected]> | Tue Jun 18 14:24:05 2013 -0700 |
committer | ChromeBot <[email protected]> | Thu Jun 20 13:54:36 2013 -0700 |
tree | 89aa1d2f894143a59093b1674ff07135ed3d2671 | |
parent | a27c440dd47093388e1122beeb0afc94f4689111 [diff] [blame] |
[autotest] blacklist dev_server_test BUG=chromium:251395 TEST=Run utils/unittest_suite.py inside chroot. Does not hang on a dev_server_test unittest waiting for a password. (A bunch of tests fail inside of the chroot still, but that is a separate issue). Change-Id: Id4a908d13d6f6549afce401bbb27bcda29793888 Reviewed-on: https://gerrit.chromium.org/gerrit/59097 Commit-Queue: Aviv Keshet <[email protected]> Reviewed-by: Aviv Keshet <[email protected]> Tested-by: Aviv Keshet <[email protected]>
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py index 950dab6..c47098e 100755 --- a/utils/unittest_suite.py +++ b/utils/unittest_suite.py
@@ -90,6 +90,8 @@ 'monitor_db_functional_test.py', # crbug.com/249377 'reporting_unittest.py', + # crbug.com/251395 + 'dev_server_test.py', )) LONG_TESTS = (REQUIRES_MYSQLDB |