aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Multiple Integration test fail #275

Closed manfredhod closed 1 year ago

manfredhod commented 1 year ago

Description

Currently, around 46 integration tests are failing because of multiple reasons. The failed tests happen in multiple controllers, as can be seen in the picture below:

Image

After the first run, there is an increase in failed tests. Look at issue #276 .

Possible Suggested Solution
Find out what makes the integration tests fail and fix the tests.

This issue will be expanded upon when further information is discovered.