Skip to content

Commit

Permalink
Remove probably obsolete @flaky annotation
Browse files Browse the repository at this point in the history
It is probably obsoleted by having the test run in single thread
(ee5cd21).
  • Loading branch information
findepi committed Nov 24, 2021
1 parent 9c1e32b commit ec62b27
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import io.trino.spi.type.SqlTimestamp;
import io.trino.spi.type.SqlVarbinary;
import io.trino.spi.type.Type;
import io.trino.testng.services.Flaky;
import org.apache.hadoop.hive.common.type.Date;
import org.apache.hadoop.hive.common.type.HiveDecimal;
import org.apache.hadoop.hive.common.type.Timestamp;
Expand Down Expand Up @@ -538,7 +537,6 @@ public void testNestedStructs()
}

@Test
@Flaky(issue = "https://github.com/trinodb/trino/issues/4063", match = "struct field values cannot be empty")
public void testComplexNestedStructs()
throws Exception
{
Expand Down

0 comments on commit ec62b27

Please sign in to comment.