We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4750481 commit e75920aCopy full SHA for e75920a
e2e/cases/server/multi-server/index.test.ts
@@ -2,7 +2,10 @@ import { createRsbuild, getRandomPort } from '@e2e/helper';
2
import { expect, test } from '@playwright/test';
3
import polka from 'polka';
4
5
-test('multiple rsbuild dev servers should work correctly', async ({ page }) => {
+// TODO: flaky test
6
+test.skip('multiple rsbuild dev servers should work correctly', async ({
7
+ page,
8
+}) => {
9
const rsbuild1 = await createRsbuild({
10
cwd: __dirname,
11
rsbuildConfig: {
0 commit comments