We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490c41 commit 4126aa1Copy full SHA for 4126aa1
1 file changed
Tests/Sanchez.Processing.Test/Services/SatelliteRegistryTests.cs
@@ -6,23 +6,6 @@ namespace Sanchez.Processing.Test.Services;
6
[TestFixture]
7
public class SatelliteRegistryTests : AbstractTests
8
{
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
20
21
- (definition, _) = SatelliteRegistry.Locate("c:/images/EWS-G13_4_20210807T174555Z.png");
22
23
- }
24
25
26
[Test]
27
public void Goes17Matched()
28
0 commit comments