There are several test cases that consistently pass on local development environments but fail during GitHub CI runs. These tests are currently marked as skipped in CI to allow other jobs to pass.
We should investigate and fix the root cause of the discrepancies between local and CI environments so these tests can be re-enabled.
Affected test cases
- TestSessionExporter
- TestZstdLocalCacheExport
- TestZstdRegistryCacheImportExport
TestOnBuildNamedContext
TestOnBuildInheritedStageRun
TestOnBuildInheritedStageWithFrom
TestOnBuildWithCacheMount
TestImageManifestCacheImportExport
TestCacheImportExport
TestImportExportReproducibleIDs
TestNoCache
TestNamedImageContextTimestamps
TestNamedInputContext
#6230
#4485