diff --git a/packages/core/test/linker/security_integration_spec.ts b/packages/core/test/linker/security_integration_spec.ts
index bd01ac1a3fe..bf888bead20 100644
--- a/packages/core/test/linker/security_integration_spec.ts
+++ b/packages/core/test/linker/security_integration_spec.ts
@@ -288,19 +288,6 @@ describe('security integration tests', function () {
clearTranslations();
});
- it('should throw error on translated SVG script ResourceURL attributes', () => {
- const template = `
-
- `;
- TestBed.overrideComponent(SecuredComponent, {set: {template}});
-
- expect(() => TestBed.createComponent(SecuredComponent)).toThrowError(
- /unsafe value used in a resource URL context/i,
- );
- });
-
it('should throw error on SVG animation retargeting attributes', () => {
const template = `