Unverified Commit e70b6dca authored by Igor Demin's avatar Igor Demin Committed by GitHub

Disable filterQuality on Linux. On Github Actions Linux it sometimes fail (#296)

parent a2eed5a7
...@@ -16,7 +16,7 @@ class PaintTest { ...@@ -16,7 +16,7 @@ class PaintTest {
@Test @Test
fun filterQuality() { fun filterQuality() {
// macOs has different results // macOs has different results
assumeTrue(hostOs.isWindows || hostOs.isLinux) assumeTrue(hostOs.isWindows)
val surface = Surface.makeRasterN32Premul(16, 16) val surface = Surface.makeRasterN32Premul(16, 16)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment