| Index: masters/master.chromium.fyi/master.cfg
|
| diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
|
| index 95307a92126a517547c23d46439965a5f7420d83..7b752c63e95bc3598e1ac47cfda0dc2bcf645431 100644
|
| --- a/masters/master.chromium.fyi/master.cfg
|
| +++ b/masters/master.chromium.fyi/master.cfg
|
| @@ -145,7 +145,6 @@
|
| 'Libfuzzer Upload Mac ASan',
|
| 'WebKit Linux - WPTServe',
|
| 'WebKit Linux - TraceWrappables',
|
| - 'WebKit Linux - RandomOrder',
|
| 'WebKit Mac - WPTServe',
|
| 'WebKit Win - WPTServe',
|
| 'Linux remote_run Builder',
|
| @@ -1040,12 +1039,6 @@
|
| }
|
| b_chromium_linux_webkit_trace_wrappables = {
|
| 'name': 'WebKit Linux - TraceWrappables',
|
| - 'factory': m_remote_run_chromium_src('chromium'),
|
| - 'category': 'linux',
|
| - 'auto_reboot': True,
|
| -}
|
| -b_chromium_linux_webkit_randomorder = {
|
| - 'name': 'WebKit Linux - RandomOrder',
|
| 'factory': m_remote_run_chromium_src('chromium'),
|
| 'category': 'linux',
|
| 'auto_reboot': True,
|
| @@ -1416,9 +1409,6 @@
|
| # Webkit Linux with TraceWrappables feature on.
|
| b_chromium_linux_webkit_trace_wrappables,
|
|
|
| - # WebKit Linux - layout tests in random order
|
| - b_chromium_linux_webkit_randomorder,
|
| -
|
| # EarlGrey bot
|
| b_earlgrey_ios,
|
|
|
|
|