Bug 1303062 - Turn on first party isolation tests. r=baku

--HG--
extra : rebase_source : 1072dc1e8c015b41d67992af2c7aa1984aaea958
This commit is contained in:
Jonathan Hao 2016-09-15 08:36:00 -04:00
parent 2e014f8e84
commit 0f17f660fb

View File

@ -176,7 +176,7 @@ this.IsolationTestTools = {
add_task(function* addTaskForIsolationTests() { add_task(function* addTaskForIsolationTests() {
let testSettings = [ let testSettings = [
{ mode: TEST_MODE_FIRSTPARTY, { mode: TEST_MODE_FIRSTPARTY,
skip: true, skip: false,
prefs: [["privacy.firstparty.isolate", true]] prefs: [["privacy.firstparty.isolate", true]]
}, },
{ mode: TEST_MODE_NO_ISOLATION, { mode: TEST_MODE_NO_ISOLATION,