Skip to content

Commit e9802c0

Browse files
committed
chore: drop unneeded line
1 parent 82c9948 commit e9802c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cubejs-backend-native/test/jinja.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ type InitJinjaFn = () => Promise<{
99
}>;
1010

1111
const suite = native.isFallbackBuild() ? xdescribe : describe;
12-
// TODO(ovr): Find what is going wrong with parallel tests & python on Linux
13-
const darwinSuite = process.platform === 'darwin' && !native.isFallbackBuild() ? describe : xdescribe;
1412

1513
const nativeInstance = new native.NativeInstance();
1614

0 commit comments

Comments
 (0)