remove info sandbox test case

This commit is contained in:
Reda Al Sulais 2023-08-02 16:18:21 +03:00 committed by GitHub
parent 38ba45f735
commit 7465384e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,4 @@ describe('info diagram', () => {
it('should handle an info definition with showInfo', () => {
imgSnapshotTest(`info showInfo`);
});
it('should handle an info definition in sandbox', () => {
imgSnapshotTest(`info`, { securityLevel: 'sandbox' });
});
});