From c7150ccc42d721227ee18987d252530c03140c7c Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Wed, 19 Feb 2025 06:49:00 -0800 Subject: [PATCH] Undo dummy change --- packages/playwright/src/worker/testInfo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/playwright/src/worker/testInfo.ts b/packages/playwright/src/worker/testInfo.ts index b62d17558f..28b6eb77bd 100644 --- a/packages/playwright/src/worker/testInfo.ts +++ b/packages/playwright/src/worker/testInfo.ts @@ -70,7 +70,6 @@ export class TestInfoImpl implements TestInfo { readonly _tracing: TestTracing; readonly _floatingPromiseScope: FloatingPromiseScope = new FloatingPromiseScope(); - _wasInterrupted = false; _lastStepId = 0; private readonly _requireFile: string;