This test is disabled on debug Fission Windows and opt non-Fission Linux. I assume re-enabling this test for Fission should still block Fission Nightly. https://searchfox.org/mozilla-central/rev/0e09b9191c02097034e46b193930f91c45b7885d/browser/components/sessionstore/test/browser.ini#278-280 ``` [browser_windowStateContainer.js] skip-if = (fission && (debug || os == "win")) || # Bug 1279821. os == "linux" && !debug ```
Bug 1279821 Comment 100 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This test is disabled on debug Fission all platforms and opt non-Fission Linux. I assume re-enabling this test for Fission should still block Fission Nightly. https://searchfox.org/mozilla-central/rev/0e09b9191c02097034e46b193930f91c45b7885d/browser/components/sessionstore/test/browser.ini#278-280 ``` [browser_windowStateContainer.js] skip-if = (fission && (debug || os == "win")) || # Bug 1279821. os == "linux" && !debug ```