From 59383ea33c131ee148b3059dd5dabb192ad01d60 Mon Sep 17 00:00:00 2001 From: oleiade Date: Mon, 11 Nov 2024 14:17:30 +0100 Subject: [PATCH] Document #4017 bug fix --- release notes/v0.55.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release notes/v0.55.0.md b/release notes/v0.55.0.md index 8a3e1858e85..a78f561f90c 100644 --- a/release notes/v0.55.0.md +++ b/release notes/v0.55.0.md @@ -201,6 +201,7 @@ This approach enables tests to be written for all platforms, accommodating eithe - [browser#1452](https://github.com/grafana/xk6-browser/pull/1452) Fixes a possible deadlock when working with `page.on`. - [browser#1469](https://github.com/grafana/xk6-browser/pull/1469) Fixes `locator.waitFor` so it waits between navigations and doesn't throw an error. - [browser#1488](https://github.com/grafana/xk6-browser/pull/1488), [browser#1493](https://github.com/grafana/xk6-browser/pull/1493) Fixes memory leaks. +- [#4017](https://github.com/grafana/k6/pull/4017) Fixes a bug where k6 would not stop when a test was aborted right after an `await` statement. ## Maintenance and internal improvements