The default of --inline-snapshot=disable when a CI is detected causes external to fail with an inline_snapshot._external._storage._protocol.StorageLookupError.
This is to be expected since disable disables all snapshot "magic".
But maybe --inline-snapshot=report would be a better default for CI for this reason?
The default of
--inline-snapshot=disablewhen a CI is detected causesexternalto fail with aninline_snapshot._external._storage._protocol.StorageLookupError.This is to be expected since
disabledisables all snapshot "magic".But maybe
--inline-snapshot=reportwould be a better default for CI for this reason?