Skip to content

Commit 3ea28a1

Browse files
committed
udpate test
1 parent 4563e96 commit 3ea28a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

client/src/test/java/com/microsoft/durabletask/ErrorHandlingIntegrationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ private FailureDetails retryOnFailuresCoreTest(
316316
/**
317317
* Tests that inner exception details are preserved without a provider, and no properties are included.
318318
*/
319+
@Disabled("Emulator (dts-emulator) does not yet support nested innerFailure in TaskFailureDetails")
319320
@Test
320321
void innerExceptionDetailsArePreserved() throws TimeoutException {
321322
final String orchestratorName = "Parent";
@@ -387,7 +388,6 @@ void innerExceptionDetailsArePreserved() throws TimeoutException {
387388
* Tests that a registered {@link ExceptionPropertiesProvider} extracts custom properties
388389
* from an activity exception into {@link FailureDetails#getProperties()}.
389390
*/
390-
@Disabled("Temporarily disabled to isolate emulator crash")
391391
@Test
392392
void customExceptionPropertiesInFailureDetails() throws TimeoutException {
393393
final String orchestratorName = "OrchestrationWithCustomException";
@@ -496,7 +496,6 @@ void orchestrationDirectExceptionWithProperties() throws TimeoutException {
496496
/**
497497
* Tests that custom properties survive through a parent -> sub-orchestration -> activity chain.
498498
*/
499-
@Disabled("Temporarily disabled to isolate emulator crash")
500499
@Test
501500
void nestedOrchestrationExceptionPropertiesPreserved() throws TimeoutException {
502501
final String parentOrchName = "ParentOrch";

0 commit comments

Comments
 (0)