Skip to content

Commit

Permalink
Mark TestIcebergCreateTable as @flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 9, 2020
1 parent 423e847 commit 5612df9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import io.prestosql.tempto.ProductTest;
import io.prestosql.tempto.query.QueryExecutor;
import io.prestosql.testng.services.Flaky;
import org.testng.annotations.Test;

import static io.prestosql.tempto.assertions.QueryAssert.Row.row;
Expand All @@ -27,6 +28,7 @@ public class TestIcebergCreateTable
extends ProductTest
{
@Test(groups = {ICEBERG, STORAGE_FORMATS})
@Flaky(issue = "https://github.com/prestosql/presto/issues/4864", match = "Failed to read footer of file")
public void testCreateTable()
{
QueryExecutor queryExecutor = onPresto();
Expand All @@ -47,6 +49,7 @@ public void testCreateTable()
}

@Test(groups = {ICEBERG, STORAGE_FORMATS})
@Flaky(issue = "https://github.com/prestosql/presto/issues/4864", match = "Failed to read footer of file")
public void testCreateTableAsSelect()
{
QueryExecutor queryExecutor = onPresto();
Expand Down

0 comments on commit 5612df9

Please sign in to comment.