Skip flakey settings API test. (#35338)
Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
parent
89961fe067
commit
c72122ab5d
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Skip flaky settings API test
|
|
@ -239,7 +239,7 @@ test.describe('Settings API tests: CRUD', () => {
|
|||
|
||||
test.describe('List all settings options', () => {
|
||||
|
||||
test('can retrieve all general settings', async ({
|
||||
test.fixme('can retrieve all general settings', async ({
|
||||
request
|
||||
}) => {
|
||||
// call API to retrieve all settings options
|
||||
|
|
Loading…
Reference in New Issue