| Index: testing/chromoting/chromoting_integration_tests.isolate
|
| diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
|
| index 6266728f4f7a6eb30ed5254d861827703b2da8f6..82bf5f1c2753a2e5ec2d4fc2945f5a6c540c84b8 100644
|
| --- a/testing/chromoting/chromoting_integration_tests.isolate
|
| +++ b/testing/chromoting/chromoting_integration_tests.isolate
|
| @@ -80,20 +80,7 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="mac"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../test_env.py',
|
| - '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
|
| - '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
|
| - '--run-manual',
|
| - '--ui-test-action-timeout=100000',
|
| - '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
|
| - '--extension-name=Chromoting',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win"', {
|
| + ['OS=="win" or OS=="mac"', {
|
| 'variables': {
|
| 'command': [
|
| '../test_env.py',
|
|
|