| Index: Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| index d97297149f5eca1b6b7e86c8fc25ad14abc8b4f2..fcc26ffc077eb52e5d529558f71bb4fdfe1b9a89 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| @@ -295,8 +295,6 @@ class PortTestCase(unittest.TestCase):
|
| TestConfiguration('xp', 'x86', 'release'),
|
| TestConfiguration('win7', 'x86', 'debug'),
|
| TestConfiguration('win7', 'x86', 'release'),
|
| - TestConfiguration('win8', 'x86', 'debug'),
|
| - TestConfiguration('win8', 'x86', 'release'),
|
| TestConfiguration('win10', 'x86', 'debug'),
|
| TestConfiguration('win10', 'x86', 'release'),
|
| TestConfiguration('linux32', 'x86', 'debug'),
|
|
|