We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c9948 commit e9802c0Copy full SHA for e9802c0
packages/cubejs-backend-native/test/jinja.test.ts
@@ -9,8 +9,6 @@ type InitJinjaFn = () => Promise<{
9
}>;
10
11
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;
14
15
const nativeInstance = new native.NativeInstance();
16
0 commit comments