Has Firefox abandoned HTTP/2 Server Push?

When I test the same page on Chrome and an Firefox 56, the latter does not seem to accept HTTP/2 server push anymore. I tried several instances, always with the same result: With Chrome, the pushed assets come in even before the html page does. With Firefox it looks like a classic HTTP 1 waterfall instead.

Here is one example from the same public instance:
Chrome: WebPageTest - Running web page performance and optimization tests...
Firefox: WebPageTest - Running web page performance and optimization tests...

This was clearly different in earlier Firefox versions, e.g. here in Firefox 55: WebPageTest - Running web page performance and optimization tests...

Have others experienced this too? Any trick to make Firefox accept push again?

I believe they have it disabled temporarily while they fix some issues (though I can’t find the announcement right now and I may be remembering wrong).

I was just made aware of this bug report, which indicates that the problem in FF is solved in forthcoming version 59: https://bugzilla.mozilla.org/show_bug.cgi?id=1409570