@@ -179,30 +179,31 @@ steps:
179179# concurrency_group: "bitbar"
180180# concurrency_method: eager
181181
182- - label : " :bitbar: ie_11 Browser tests"
183- depends_on : " browser-maze-runner-bb"
184- timeout_in_minutes : 30
185- plugins :
186- docker-compose#v4.12.0:
187- pull : browser-maze-runner-bb
188- run : browser-maze-runner-bb
189- service-ports : true
190- use-aliases : true
191- command :
192- - " --farm=bb"
193- - " --browser=ie_11"
194- - " --no-tunnel"
195- - " --aws-public-ip"
196- artifacts#v1.5.0:
197- upload :
198- - " ./test/browser/maze_output/failed/**/*"
199- test-collector#v1.10.2:
200- files : " reports/TEST-*.xml"
201- format : " junit"
202- branch : " ^main|next$$"
203- api-token-env-name : " BROWSER_BUILDKITE_ANALYTICS_TOKEN"
204- concurrency : 25
205- concurrency_group : " bitbar"
206- concurrency_method : eager
207- env :
208- HOST : " localhost" # IE11 needs the host set to localhost for some reason
182+ # Skipped pending PLAT-14093
183+ # - label: ":bitbar: ie_11 Browser tests"
184+ # depends_on: "browser-maze-runner-bb"
185+ # timeout_in_minutes: 30
186+ # plugins:
187+ # docker-compose#v4.12.0:
188+ # pull: browser-maze-runner-bb
189+ # run: browser-maze-runner-bb
190+ # service-ports: true
191+ # use-aliases: true
192+ # command:
193+ # - "--farm=bb"
194+ # - "--browser=ie_11"
195+ # - "--no-tunnel"
196+ # - "--aws-public-ip"
197+ # artifacts#v1.5.0:
198+ # upload:
199+ # - "./test/browser/maze_output/failed/**/*"
200+ # test-collector#v1.10.2:
201+ # files: "reports/TEST-*.xml"
202+ # format: "junit"
203+ # branch: "^main|next$$"
204+ # api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
205+ # concurrency: 25
206+ # concurrency_group: "bitbar"
207+ # concurrency_method: eager
208+ # env:
209+ # HOST: "localhost" # IE11 needs the host set to localhost for some reason
0 commit comments