Skip to content

Commit

Permalink
remove not needed includeIncrementalSchemaSuite in some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 27, 2024
1 parent 277b996 commit eb2aaf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { testQueries } from '../src/tests/testQueries';

testQueries('databricks-jdbc', {
includeIncrementalSchemaSuite: true,
includeHLLSuite: true,
extendedEnv: 'export-bucket-azure'
});
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { testQueries } from '../src/tests/testQueries';

testQueries('databricks-jdbc', {
// NOTICE: It's enough to turn on this flag only once for any one
// cloud storage integration. Please do not turn it on for every integration test!
includeIncrementalSchemaSuite: true,
includeHLLSuite: true,
extendedEnv: 'export-bucket-s3'
Expand Down

0 comments on commit eb2aaf4

Please sign in to comment.