Skip to content

Commit

Permalink
test: disable buildOptimizer for server tests
Browse files Browse the repository at this point in the history
Attempting to reduce flaky tests.

(cherry picked from commit 3fd7b68)
  • Loading branch information
alan-agius4 committed Aug 25, 2024
1 parent e5b4c5c commit 672f6a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ export const BASE_OPTIONS = Object.freeze<Schema>({

// Disable optimizations
optimization: false,
buildOptimizer: false,
});

0 comments on commit 672f6a2

Please sign in to comment.