Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for DataSphere
    • Resolving project startup errors in DataSphere
    • Resolving the `Failed to deserialize variable` error
    • `Table of Contents` extension is missing in the JupyterLab extension catalog
    • Getting access to GPU g1.1 and higher configurations in DataSphere
    • Resolving issues with long code execution within DataSphere project cells
    • Resolving the `Servant not allocated` error when running code within DataSphere project cells
    • Resolving the `TestsFailure` error
    • Resolving the `Token authentication is enabled` error
    • Resolving errors with project access or login
    • Resolving the `KernelNotResponding The kernel died unexpectedly` error
    • Fixing the `ConnectTimeoutError` error when installing packages through pip
    • Resolving the `Device or resource busy` error

In this article:

  • Issue description
  • Solution
  • If the issue persists
  1. DataSphere
  2. Resolving the `TestsFailure` error

Fixing the TestsFailure error

Written by
Yandex Cloud
Updated at December 17, 2025
  • Issue description
  • Solution
  • If the issue persists

Issue descriptionIssue description

When building a Docker image, you see this error during testing:

TestsFailure:It is not possible to start the docker container for testing.
Make sure that the requirements from the documentation are satisfied.

SolutionSolution

Correctness tests ensure that the project operates properly on the Docker image. The possible errors include:

  1. The image is intended for launching a service, e.g., a web application, than a launch in Jupyter.

  2. The error occurs because there is no jupyter user in Docker. You can install it using this command:

    RUN useradd -ms /bin/bash --uid 1000 jupyter
    

If the issue persistsIf the issue persists

If the above actions did not help, create a support ticket. When creating a request, attach your Dockerfile for analysis.

Was the article helpful?

Previous
Resolving the `Servant not allocated` error when running code within DataSphere project cells
Next
Resolving the `Token authentication is enabled` error
© 2025 Direct Cursus Technology L.L.C.