We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5797144 commit 6261b54Copy full SHA for 6261b54
features/ooms.feature
@@ -1,6 +1,5 @@
1
Feature: Out of memory error support
2
3
-@not_symfony_2
4
Scenario: OOM from a single large allocation
5
Given I start the symfony fixture
6
When I navigate to the route "/oom/big"
@@ -16,8 +15,6 @@ Scenario: OOM from a single large allocation
16
15
And the event "severityReason.type" equals "unhandledExceptionMiddleware"
17
And the event "severityReason.attributes.framework" equals "Symfony"
18
19
20
-@not_symfony_4
21
@not_symfony_7
22
@not_symfony_8
23
Scenario: OOM from many small allocations
0 commit comments