File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ withDefaultClient((context) => {
69
69
test ( `_strengthenOnPublish and _weak properties exist when adding reference to a draft document` , async ( {
70
70
page,
71
71
createDraftDocument,
72
+ browserName,
72
73
} ) => {
74
+ test . skip ( browserName === 'firefox' || browserName === 'chromium' )
73
75
test . slow ( )
74
76
const originalTitle = 'Initial Doc'
75
77
@@ -145,7 +147,9 @@ withDefaultClient((context) => {
145
147
test ( `_strengthenOnPublish and _weak properties are removed when the reference and document are published` , async ( {
146
148
page,
147
149
createDraftDocument,
150
+ browserName,
148
151
} ) => {
152
+ test . skip ( browserName === 'firefox' || browserName === 'chromium' )
149
153
// this is in a situation where the _strengthenOnPublish.weak is not set
150
154
151
155
test . slow ( )
You can’t perform that action at this time.
0 commit comments