fix(ivy): Enable AoT tests to run on CI; disable failing tests (#26975)
PR Close #26975
This commit is contained in:

committed by
Kara Erickson

parent
5e769d9a25
commit
53e4e0c1a3
@ -23,15 +23,16 @@ import {getDOM} from '@angular/platform-browser/src/dom/dom_adapter';
|
||||
import {DOCUMENT} from '@angular/platform-browser/src/dom/dom_tokens';
|
||||
import {dispatchEvent, el} from '@angular/platform-browser/testing/src/browser_util';
|
||||
import {expect} from '@angular/platform-browser/testing/src/matchers';
|
||||
import {fixmeIvy} from '@angular/private/testing';
|
||||
|
||||
import {stringify} from '../../src/util';
|
||||
|
||||
const ANCHOR_ELEMENT = new InjectionToken('AnchorElement');
|
||||
|
||||
{
|
||||
describe('jit', () => { declareTests({useJit: true}); });
|
||||
fixmeIvy('unknown') && describe('jit', () => { declareTests({useJit: true}); });
|
||||
|
||||
describe('no jit', () => { declareTests({useJit: false}); });
|
||||
fixmeIvy('unknown') && describe('no jit', () => { declareTests({useJit: false}); });
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user