diff options
-rw-r--r-- | src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts b/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts index e4c4e42..9847766 100644 --- a/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts +++ b/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts @@ -395,7 +395,7 @@ describe('GoldenConfigurationComponent', () => { })); // fileChange method - it('Should validatte fileChange method if file type is xml', async(() => { + fit('Should validatte fileChange method if file type is xml', (() => { fixture = TestBed.createComponent(GoldenConfigurationComponent); component = fixture.componentInstance; let reader = new FileReader(); |