The IP address: 74.86.158. causes failing of the Unit Test. After removing it everything works. That Unit test worked locally. Removing of that IP address maybe is not the solution. We needed to dig deeply into it and we changed that IP to 74.86.158.0/24. The reason why Unit tests were failing on github and not locally we think is because that IP addresses were loaded in the different order in the Linux than in the Windows.
Problem description
Problems:
74.86.158.
causes failing of the Unit Test. After removing it everything works. That Unit test worked locally. Removing of that IP address maybe is not the solution. We needed to dig deeply into it and we changed that IP to74.86.158.0/24
. The reason why Unit tests were failing on github and not locally we think is because that IP addresses were loaded in the different order in the Linux than in the Windows.