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

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' });
});
});