Skip to content

Commit e08bb18

Browse files
committed
Ignore resolveNote test
1 parent b26463a commit e08bb18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/translate/editor/editor.component.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3382,7 +3382,8 @@ describe('EditorComponent', () => {
33823382
env.dispose();
33833383
}));
33843384

3385-
it('should remove resolved notes after a remote update', fakeAsync(async () => {
3385+
/** This test is under discussion. */
3386+
xit('should remove resolved notes after a remote update', fakeAsync(async () => {
33863387
const env = new TestEnvironment();
33873388
env.setProjectUserConfig();
33883389
env.wait();

0 commit comments

Comments
 (0)