Skip to content

Commit

Permalink
Disable draw_polygon_mode.amber with swiftshader (#1030)
Browse files Browse the repository at this point in the history
The test fails intermittenly and is creating noise. Disabling the test
until #1019 is fixed.
  • Loading branch information
s-perron authored Jun 27, 2023
1 parent d384edd commit f61e5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
"tessellation_isolines.amber",
# 8 bit indices not supported
"draw_indexed_uint8.amber",
# Intermittent failures (https://github.com/google/amber/issues/1019).
"draw_polygon_mode.amber",
]

OPENCL_CASES = [
Expand Down

0 comments on commit f61e5b2

Please sign in to comment.