Skip to content

Commit

Permalink
Test | Skip MaxResultBufferTest.testResultSetLinear() against Azure DW
Browse files Browse the repository at this point in the history
  • Loading branch information
ulvii authored Dec 7, 2020
1 parent 499a356 commit 697bd72
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

import com.microsoft.sqlserver.testframework.AbstractSQLGenerator;
import com.microsoft.sqlserver.testframework.AbstractTest;
import com.microsoft.sqlserver.testframework.Constants;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;

Expand Down Expand Up @@ -104,6 +107,7 @@ static void teardownTestTable() throws SQLException {
* @param concurrencyMode
* type of ResultSet's concurrency provided by source method
*/
@Tag(Constants.xAzureSQLDW)
@ParameterizedTest(
name = "[{index}] maxResultBuffer = {0}, responseBuffering = {1}, resultSetType = {2}, concurrencyMode = {3}")
@MethodSource("linearResultSetData")
Expand Down

0 comments on commit 697bd72

Please sign in to comment.