Temporarily blacklist WebGLConformance to open buildbot. zbehan has a permanent fix following up

Change-Id: I574e14770e95e7478949b93942b955718f0b941a

Review URL: http://codereview.chromium.org/3161031
This commit is contained in:
Anush Elangovan 2010-08-19 07:19:45 -07:00
parent 1ee50d3ce2
commit 5c81cd31e5

View File

@ -155,6 +155,7 @@ def build_autotest(options):
else:
blacklist = []
blacklist.append("graphics_WebGLConformance")
all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,netperf2,'
'netpipe,unixbench')
site_tests = '../third_party/autotest/files/client/site_tests'