Skip to content

Commit

Permalink
Merge pull request #125 from getdozer/ttl-sample
Browse files Browse the repository at this point in the history
exclude snowfake test
  • Loading branch information
supergi0 authored Nov 1, 2023
2 parents 923bd33 + 6c63e45 commit 5d98f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/connectors/snowflake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {

const TEST_PATH = './connectors/snowflake';

describe('Connectors: Snowflake', async () => {
xdescribe('Connectors: Snowflake', async () => {
beforeEach(async () => {
const baseDir = path.join(__dirname, '../../');
const fullPath = path.join(baseDir, TEST_PATH);
Expand All @@ -18,7 +18,7 @@ describe('Connectors: Snowflake', async () => {
execSync('rm -rf .dozer && rm -f dozer.lock', { stdio: 'inherit' });
});

it('should run and return API endpoints', async () => {
xit('should run and return API endpoints', async () => {
const dozer = await initDozer();
await assertEndpointsWithRetry();
dozer.kill();
Expand Down

0 comments on commit 5d98f33

Please sign in to comment.