Skip to content

Commit fad9460

Browse files
committed
test: Turn on activity context retry policy test
1 parent 23f57a5 commit fad9460

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Acceptance/Extra/Activity/ActivityInfoTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public static function retryPolicy(
2222
#[Stub('Extra_Activity_ActivityInfo', args: [TestWorkflow::ARG_RETRY_OPTIONS])]
2323
WorkflowStubInterface $stub,
2424
): void {
25-
self::markTestSkipped('See https://github.com/temporalio/sdk-php/issues/602');
26-
2725
$result = $stub->getResult(type: 'array');
2826
self::assertSame([
2927
"initial_interval" => ['seconds' => 1, 'nanos' => 0],

0 commit comments

Comments
 (0)