| Index: scripts/slave/recipes/skia/swarm_test.py
|
| diff --git a/scripts/slave/recipes/skia/swarm_test.py b/scripts/slave/recipes/skia/swarm_test.py
|
| index ebe7524e25ef321a57b7f500cbb603ad80cb3c2d..54c7fbf7c0c1d68dfe3e4926c89b74bc41ad5a6d 100644
|
| --- a/scripts/slave/recipes/skia/swarm_test.py
|
| +++ b/scripts/slave/recipes/skia/swarm_test.py
|
| @@ -285,19 +285,3 @@
|
| ) +
|
| api.platform('win', 64)
|
| )
|
| -
|
| - builder = 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug'
|
| - yield (
|
| - api.test('legacy_skimage_version') +
|
| - api.properties(buildername=builder,
|
| - mastername='client.skia',
|
| - slavename='skiabot-linux-swarm-000',
|
| - buildnumber=6,
|
| - revision='abc123',
|
| - swarm_out_dir='[SWARM_OUT_DIR]') +
|
| - api.path.exists(
|
| - api.path['slave_build'].join('skia'),
|
| - api.path['slave_build'].join('skia', 'SK_IMAGE_VERSION'),
|
| - api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| - )
|
| - )
|
|
|