diff --git a/services/sync/tests/unit/test_syncengine_sync.js b/services/sync/tests/unit/test_syncengine_sync.js index 00ac903075c3..1ea40db8f8df 100644 --- a/services/sync/tests/unit/test_syncengine_sync.js +++ b/services/sync/tests/unit/test_syncengine_sync.js @@ -777,10 +777,6 @@ function test_processIncoming_failed_records() { Svc.Prefs.set("clusterURL", "http://localhost:8080/"); Svc.Prefs.set("username", "foo"); - // Pretend to be a mobile client so we can test failed record handling - // while batching GETs. - Svc.Prefs.set("client.type", "mobile"); - // Let's create three and a bit batches worth of server side records. let collection = new ServerCollection(); const NUMBER_OF_RECORDS = MOBILE_BATCH_SIZE * 3 + 5;