mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 683048 - Disable the too-mittently-failing bug602141-3.html on Windows
This commit is contained in:
parent
b398f613e7
commit
0dce92352f
@ -101,7 +101,6 @@ var tests = [
|
||||
[ 'bug389321-3.html' , 'bug389321-3-ref.html' ] ,
|
||||
[ 'bug482484.html' , 'bug482484-ref.html' ] ,
|
||||
[ 'bug585922.html' , 'bug585922-ref.html' ] ,
|
||||
[ 'bug602141-3.html' , 'bug602141-3-ref.html' ] ,
|
||||
[ 'bug632215-1.html' , 'bug632215-ref.html' ] ,
|
||||
[ 'bug632215-2.html' , 'bug632215-ref.html' ] ,
|
||||
[ 'bug633044-1.html' , 'bug633044-1-ref.html' ] ,
|
||||
@ -119,6 +118,7 @@ if (!isWindows) {
|
||||
tests.push([ 'bug597519-1.html' , 'bug597519-1-ref.html' ]); // bug 680579
|
||||
tests.push([ 'bug602141-1.html' , 'bug602141-1-ref.html' ]); // bug 681334
|
||||
tests.push([ 'bug602141-2.html' , 'bug602141-2-ref.html' ]); // bug 682836
|
||||
tests.push([ 'bug602141-3.html' , 'bug602141-3-ref.html' ]); // bug 683048
|
||||
tests.push([ 'bug602141-4.html' , 'bug602141-4-ref.html' ]); // bug 681167
|
||||
tests.push([ 'bug612271-1.html' , 'bug612271-ref.html' ]); // bug 681032
|
||||
tests.push([ 'bug612271-2.html' , 'bug612271-ref.html' ]); // bug 680581
|
||||
|
Loading…
Reference in New Issue
Block a user