diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml index fa9242cadd..1868d58f14 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -8,7 +8,7 @@ <property name="test-output-dir" value="../build/test-output" /> <property name="class-dir" value="${test-output-dir}/classes" /> <!-- Browsers to use for testing --> - <property name="test-browsers" value="firefox,ie,opera,safari,googlechrome" /> + <property name="test-browsers" value="firefox,ie,safari" /> <!-- classpath must include test bench jar and its dependencies --> <path id="classpath"> |