File tree Expand file tree Collapse file tree
client/src/test/java/com/microsoft/durabletask Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments