-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtests-overlay.yaml
36 lines (36 loc) · 1.15 KB
/
tests-overlay.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
overlay: 1.0.0
info:
title: Modify operations in https://openapi.vercel.sh/ to enable test generation
version: 0.0.1
actions:
# Disable tests that are currently failing
- target: $.paths['/v4/domains/{domain}/records'].get
update:
x-speakeasy-test: false
- target: $.paths['/v3/domains/{domain}'].patch
update:
x-speakeasy-test: false
- target: $.paths['/v1/edge-config/{edgeConfigId}/backups/{edgeConfigBackupVersionId}'].get
update:
x-speakeasy-test: false
- target: $.paths['/v1/integrations/configurations'].get
update:
x-speakeasy-test: false
- target: $.paths['/v1/projects/{idOrName}/members'].get
update:
x-speakeasy-test: false
- target: $.paths['/v9/projects/{idOrName}/env'].get
update:
x-speakeasy-test: false
- target: $.paths['/v9/projects/{idOrName}/env/{id}'].patch
update:
x-speakeasy-test: false
- target: $.paths['/v1/teams/{teamId}/members'].post
update:
x-speakeasy-test: false
- target: $.paths['/v2/user'].get
update:
x-speakeasy-test: false
- target: $.paths['/v8/artifacts/{hash}'].put
update:
x-speakeasy-test: false