Просмотр исходного кода

chore: Allow only for e2e tests

Michael Bromley 2 лет назад
Родитель
Сommit
a8c6e51e93
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      e2e-common/vitest.config.ts

+ 3 - 0
e2e-common/vitest.config.ts

@@ -16,6 +16,9 @@ export default defineConfig({
         typecheck: {
             tsconfig: path.join(__dirname, 'tsconfig.e2e.json'),
         },
+        // In jobs-queue.e2e-spec.ts, we use `it.only()` for sqljs, so we need this
+        // set to true to avoid failures in CI.
+        allowOnly: true,
     },
     plugins: [
         // SWC required to support decorators used in test plugins