Skip to content

Commit

Permalink
[PH2][Test][Promise]
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed Jan 20, 2025
1 parent d313a84 commit a11d8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/promise/party_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ TEST_F(PartyTest, ThreadStressTest) {
// order they were spawned.
// For the given test, the order is guaranteed because we wait for the
// promise_complete notification before the next loop iteration can start.

EXPECT_STREQ(execution_order[i].c_str(), expected_order[i].c_str());
}
StressTestAsserts(start_times, end_times, 2 * kStressTestSleepMs);
Expand Down

0 comments on commit a11d8eb

Please sign in to comment.