Skip to content

Commit 8b229f0

Browse files
committed
.
1 parent db253bd commit 8b229f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/server-components.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ test('Should capture an error and transaction for a app router page', async ({ p
134134
);
135135
});
136136

137-
test.only('Should not throw error on server component when importing shimmed feature flag function', async ({
138-
page,
139-
}) => {
137+
test('Should not throw error on server component when importing shimmed feature flag function', async ({ page }) => {
140138
await page.goto('/server-component/featureFlag');
141139
await expect(page.locator('body')).toContainText('FeatureFlagServerComponent');
142140
});

0 commit comments

Comments
 (0)