Skip to content

Commit 3ac9478

Browse files
committed
skip test
1 parent 20ca079 commit 3ac9478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTests/secureSignal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ describe('Secure Signal Tests', () => {
162162
expect(secureSignalProvidersPushMock).toHaveBeenCalledTimes(0);
163163
});
164164

165-
test.skip('should send signal with updated identity to Google ESP', async () => {
165+
test('should send signal with updated identity to Google ESP', async () => {
166166
const outdatedIdentity = mocks.makeIdentityV2({
167167
refresh_from: Date.now() - 1,
168168
});

0 commit comments

Comments
 (0)