Skip to content

Commit 4cab04c

Browse files
committed
Skip failing PHP test
1 parent 70e6ea2 commit 4cab04c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

features/schedule/basic/feature.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Carbon\CarbonImmutable;
88
use Carbon\CarbonInterval;
99
use Harness\Attribute\Check;
10+
use Harness\Exception\SkipTest;
1011
use Harness\Runtime\Feature;
1112
use Harness\Runtime\State;
1213
use Ramsey\Uuid\Uuid;
@@ -41,6 +42,7 @@ public static function check(
4142
Feature $feature,
4243
State $runtime,
4344
): void {
45+
throw new SkipTest('TODO: https://github.com/temporalio/features/issues/580');
4446
$workflowId = Uuid::uuid4()->toString();
4547
$scheduleId = Uuid::uuid4()->toString();
4648
$interval = CarbonInterval::seconds(2);

0 commit comments

Comments
 (0)