Skip to content

Commit 4126aa1

Browse files
committed
Remove questionable test
1 parent 9490c41 commit 4126aa1

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

Tests/Sanchez.Processing.Test/Services/SatelliteRegistryTests.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,6 @@ namespace Sanchez.Processing.Test.Services;
66
[TestFixture]
77
public class SatelliteRegistryTests : AbstractTests
88
{
9-
[Test]
10-
[CancelAfter(2000)]
11-
public void PerformanceTest(CancellationToken ct)
12-
{
13-
for (var i = 0; i < 10000; i++)
14-
{
15-
var (definition, _) = SatelliteRegistry.Locate("c:/images/GOES17_FD_CH13_20200911T080031Z.jpg");
16-
definition.Should().NotBeNull();
17-
18-
(definition, _) = SatelliteRegistry.Locate("c:/images/IMG_FD_020_IR105_20190907_032006.jpg");
19-
definition.Should().NotBeNull();
20-
21-
(definition, _) = SatelliteRegistry.Locate("c:/images/EWS-G13_4_20210807T174555Z.png");
22-
definition.Should().NotBeNull();
23-
}
24-
}
25-
269
[Test]
2710
public void Goes17Matched()
2811
{

0 commit comments

Comments
 (0)