Skip to content

Commit 3896c6b

Browse files
committed
Add todos to remove tests in future.
1 parent 61fa727 commit 3896c6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/js/modules/analytics-4/datastore/enhanced-measurement.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ describe( 'modules/analytics-4 enhanced-measurement', () => {
418418
);
419419
} );
420420

421+
// @todo remove when duplicate requests fail tests automatically.
421422
it( 'should make a single network request for enhanced measurement settings', async () => {
422423
fetchMock.get(
423424
enhancedMeasurementSettingsEndpoint,
@@ -558,6 +559,7 @@ describe( 'modules/analytics-4 enhanced-measurement', () => {
558559
expect( finalStreamEnabled ).toEqual( true );
559560
} );
560561

562+
// @todo remove when duplicate requests fail tests automatically.
561563
it( 'should make a single network request for enhanced measurement settings', async () => {
562564
fetchMock.get(
563565
enhancedMeasurementSettingsEndpoint,

0 commit comments

Comments
 (0)