Skip to content

Commit 2acd976

Browse files
Move telemetry test
1 parent d842d6c commit 2acd976

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/__tests__/online/node.spec.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ tape('## Node.js - E2E CI Tests ##', async function (assert) {
6969
assert.test('E2E / Impressions None Mode', impressionsSuiteNone.bind(null, key, fetchMock));
7070
assert.test('E2E / Impressions listener', impressionsListenerSuite);
7171

72+
// /* Check telemetry */
73+
assert.test('E2E / Telemetry', telemetrySuite.bind(null, key, fetchMock));
7274

7375
/* Check events in memory */
7476
assert.test('E2E / Events', eventsSuite.bind(null, fetchMock));
@@ -101,9 +103,5 @@ tape('## Node.js - E2E CI Tests ##', async function (assert) {
101103
// @TODO remove when dropping support for Split Proxy v5.10.0 or below
102104
assert.test('E2E / Proxy fallback', proxyFallbackSuite.bind(null, fetchMock));
103105

104-
105-
/* Check telemetry */
106-
assert.test('E2E / Telemetry', telemetrySuite.bind(null, key, fetchMock));
107-
108106
assert.end();
109107
});

0 commit comments

Comments
 (0)