Skip to content

Commit c08ec09

Browse files
committed
update test
1 parent ccdbc3a commit c08ec09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/transactions/test/InvokeHostFunctionTests.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6862,8 +6862,9 @@ TEST_CASE("Soroban delegated signer authentication", "[tx][soroban]")
68626862
InvokeHostFunctionResultCode::INVOKE_HOST_FUNCTION_TRAPPED);
68636863
}
68646864
}
6865-
// This test causes stack overflow on Windows, but works fine on Linux.
6866-
#ifndef WIN32
6865+
// This test causes stack overflow on Windows and macOS, but works fine on
6866+
// Linux.
6867+
#if !defined(WIN32) && !defined(__APPLE__)
68676868
SECTION("deep delegate tree")
68686869
{
68696870
auto buildDelegateChain = [&](int depth) {

0 commit comments

Comments
 (0)