|
1 | 1 | Feature: Native stacktrace is parsed for promise rejections |
2 | 2 |
|
3 | | -@android_only |
| 3 | +# Skip until PLAT-8236 is complete |
| 4 | +@android_only @skip_hermes |
4 | 5 | Scenario: Handled JS error with native stacktrace |
5 | 6 | When I run "NativeStackHandledScenario" |
6 | 7 | Then I wait to receive an error |
@@ -31,7 +32,8 @@ Scenario: Handled JS error with native stacktrace |
31 | 32 | And the error payload field "events.0.exceptions.0.stacktrace.13.lineNumber" is not null |
32 | 33 | And the error payload field "events.0.exceptions.0.stacktrace.13.type" is null |
33 | 34 |
|
34 | | -@android_only |
| 35 | +# Skip until PLAT-8236 is complete |
| 36 | +@android_only @skip_hermes |
35 | 37 | Scenario: Unhandled JS error with native stacktrace |
36 | 38 | When I run "NativeStackUnhandledScenario" |
37 | 39 | Then I wait to receive an error |
@@ -69,8 +71,9 @@ Scenario: Unhandled JS error with native stacktrace |
69 | 71 | # And the error payload field "events.0.exceptions.1.stacktrace.1.lineNumber" equals 1 |
70 | 72 | # And the error payload field "events.0.exceptions.1.stacktrace.2.lineNumber" equals 2 |
71 | 73 |
|
| 74 | +# Skip until PLAT-8236 is complete |
72 | 75 | @skip |
73 | | -@ios_only |
| 76 | +@ios_only @skip_hermes |
74 | 77 | Scenario: Handled JS error with native stacktrace |
75 | 78 | When I run "NativeStackHandledScenario" |
76 | 79 | Then I wait to receive an error |
@@ -99,7 +102,8 @@ Scenario: Handled JS error with native stacktrace |
99 | 102 | And the error payload field "events.0.exceptions.0.stacktrace.20.lineNumber" is not null |
100 | 103 | And the error payload field "events.0.exceptions.0.stacktrace.20.type" is null |
101 | 104 |
|
102 | | -@ios_only |
| 105 | +# Skip until PLAT-8236 is complete |
| 106 | +@ios_only @skip_hermes |
103 | 107 | Scenario: Unhandled JS error with native stacktrace |
104 | 108 | When I run "NativeStackUnhandledScenario" |
105 | 109 | Then I wait to receive an error |
|
0 commit comments