Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / test / gpu / gpu_tests / webgl_conformance.py
index cabc8f9..43c5b99 100644 (file)
@@ -60,7 +60,7 @@ def _WebGLTestMessages(tab):
 
 class WebglConformanceValidator(page_test.PageTest):
   def __init__(self):
-    super(WebglConformanceValidator, self).__init__('ValidatePage')
+    super(WebglConformanceValidator, self).__init__('ValidatePage', attempts=1)
 
   def ValidatePage(self, page, tab, results):
     if not _DidWebGLTestSucceed(tab):