| Index: tools/chrome_proxy/webdriver/lofi.py
|
| diff --git a/tools/chrome_proxy/webdriver/lofi.py b/tools/chrome_proxy/webdriver/lofi.py
|
| index fca1f8566c3a7e8e586bce104cd64c7c6885f766..18935a068c2dff47ae1ebb8b436988340ca39042 100644
|
| --- a/tools/chrome_proxy/webdriver/lofi.py
|
| +++ b/tools/chrome_proxy/webdriver/lofi.py
|
| @@ -45,6 +45,10 @@ class LoFi(IntegrationTest):
|
| # load should not pick the Lo-Fi placeholder from cache and original image
|
| # should be loaded.
|
| def testLoFiCacheBypass(self):
|
| + # If it was attempted to run with another experiment, skip this test.
|
| + if common.ParseFlags().browser_args and ('--data-reduction-proxy-experiment'
|
| + in common.ParseFlags().browser_args):
|
| + self.skipTest('This test cannot be run with other experiments.')
|
| with TestDriver() as test_driver:
|
| # First page load, enable Lo-Fi and chrome proxy. Disable server
|
| # experiments such as tamper detection. This test should be run with
|
|
|