We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0598526 commit 2c0e3fbCopy full SHA for 2c0e3fb
client/src/test/java/com/microsoft/durabletask/ErrorHandlingIntegrationTests.java
@@ -496,6 +496,7 @@ void orchestrationDirectExceptionWithProperties() throws TimeoutException {
496
/**
497
* Tests that custom properties survive through a parent -> sub-orchestration -> activity chain.
498
*/
499
+ @Disabled("Investigating emulator compatibility")
500
@Test
501
void nestedOrchestrationExceptionPropertiesPreserved() throws TimeoutException {
502
final String parentOrchName = "ParentOrch";
0 commit comments