We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e6ea2 commit 4cab04cCopy full SHA for 4cab04c
1 file changed
features/schedule/basic/feature.php
@@ -7,6 +7,7 @@
7
use Carbon\CarbonImmutable;
8
use Carbon\CarbonInterval;
9
use Harness\Attribute\Check;
10
+use Harness\Exception\SkipTest;
11
use Harness\Runtime\Feature;
12
use Harness\Runtime\State;
13
use Ramsey\Uuid\Uuid;
@@ -41,6 +42,7 @@ public static function check(
41
42
Feature $feature,
43
State $runtime,
44
): void {
45
+ throw new SkipTest('TODO: https://github.com/temporalio/features/issues/580');
46
$workflowId = Uuid::uuid4()->toString();
47
$scheduleId = Uuid::uuid4()->toString();
48
$interval = CarbonInterval::seconds(2);
0 commit comments