The following operators currently fail tests that were introduced in #5652 and those failing tests are currently skipped:
The tests are marked with // TODO: fix firehose unsubscription comments.
Update: it's not going to be possible to make the multicast-based tests pass.
The following operators currently fail tests that were introduced in #5652 and those failing tests are currently skipped:
catchError- see fix(catchError): inner synchronous observables will properly terminate #5655exhaust- see test: enable now-passing firehose tests #5743exhaustMap- see test: enable now-passing firehose tests #5743multicastraceWith- see test: enable now-passing firehose tests #5743refCountrepeat- see Issue/5739 smaller operator creation #5742repeatWhen- see Issue/5739 smaller operator creation #5742retry- see Issue/5739 smaller operator creation #5742retryWhen- see test: enable now-passing firehose tests #5743shareshareReplaysingle- see test: enable now-passing firehose tests #5743skipLast- see test: enable remaining synchronous firehose tests #5749throttle- see test: enable remaining synchronous firehose tests #5749timeout- see test(timeout): enable skipped test #5748timeoutWith- see test(timeout): enable skipped test #5748The tests are marked with
// TODO: fix firehose unsubscriptioncomments.Update: it's not going to be possible to make the
multicast-based tests pass.