Skip to content
  • Benjamin Schubert's avatar
    Don't cache sandbox errors · 06e28860
    Benjamin Schubert authored
    Sandbox errors (like missing host tools) are dependent on the host
    system and rarely on what is actually done.
    
    It is therefore better to not cache them as they are subject to
    change between two runs.
    
    Also add test to ensure sandbox failure are not cached
    06e28860