Skip to content

Commit a133d60

Browse files
committed
skip http/https form submittal unit tests for experimental webkit due to the clientRoute 404ing after submitting
1 parent 64dea7e commit a133d60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system-tests/test/form_submissions_spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ describe('e2e forms', () => {
140140
})
141141

142142
systemTests.it('passes with https on localhost', {
143+
// FIXME: webkit is 404ing on redirects after the form submit on the default clientRoute /__/
144+
browser: '!webkit',
143145
config: {
144146
videoCompression: false,
145147
baseUrl: `https://localhost:${HTTPS_PORT}`,
@@ -149,6 +151,8 @@ describe('e2e forms', () => {
149151
})
150152

151153
systemTests.it('passes with http on localhost', {
154+
// FIXME: webkit is 404ing on redirects after the form submit on the default clientRoute /__/
155+
browser: '!webkit',
152156
config: {
153157
videoCompression: false,
154158
baseUrl: `http://localhost:${HTTP_PORT}`,

0 commit comments

Comments
 (0)