mirror of
https://github.com/electron/electron.git
synced 2026-02-09 22:56:24 -05:00
test: disable flaky arm tests (#26046)
* tests: disable flaking test on all arm platforms * tests: disable flaky did-change-theme-color tests on WOA
This commit is contained in:
committed by
GitHub
parent
c6a6f53c8d
commit
4ce7ca6cfb
@@ -986,7 +986,8 @@ describe('<webview> tag', function () {
|
||||
});
|
||||
});
|
||||
|
||||
describe('did-change-theme-color event', () => {
|
||||
// TODO (jkleinsc) - reenable this test on WOA once https://github.com/electron/electron/issues/26045 is resolved
|
||||
ifdescribe(process.platform !== 'win32' || process.arch !== 'arm64')('did-change-theme-color event', () => {
|
||||
it('emits when theme color changes', async () => {
|
||||
loadWebView(webview, {
|
||||
src: `file://${fixtures}/pages/theme-color.html`
|
||||
|
||||
Reference in New Issue
Block a user