Skip to content

Commit 87ef4dd

Browse files
committed
test: remove serverless from run on requirements
1 parent 320de4f commit 87ef4dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tools/unified-spec-runner/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export const TopologyName = Object.freeze({
106106

107107
export type TopologyName = (typeof TopologyName)[keyof typeof TopologyName];
108108
export interface RunOnRequirement {
109-
serverless?: 'forbid' | 'allow' | 'require';
110109
auth?: boolean;
111110
authMechanism?: string;
112111
maxServerVersion?: string;

0 commit comments

Comments
 (0)