Skip to content

Commit

Permalink
HIVE-27966: Disable flaky testFetchResultsOfLogWithOrientation
Browse files Browse the repository at this point in the history
  • Loading branch information
wecharyu committed Dec 22, 2023
1 parent cdfada5 commit 5ea84ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.apache.hive.service.cli.RowSet;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -127,6 +128,7 @@ public void testFetchResultsOfLogAsync() throws Exception {
}

@Test
@Ignore("HIVE-27966")
public void testFetchResultsOfLogWithOrientation() throws Exception {
// (FETCH_FIRST) execute a sql, and fetch its sql operation log as expected value
OperationHandle operationHandle = client.executeStatement(sessionHandle, sql, null);
Expand Down

0 comments on commit 5ea84ca

Please sign in to comment.