Skip to content

Commit 8dafb54

Browse files
fix: ignore check for HTTPS download
The content may be empty. [ci skip]
1 parent c74f599 commit 8dafb54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/test/test_ngosang_trackers_list.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ procedure TTestNgosangTrackersList.Test_DownloadAPI;
3434
Check(FngosangTrackerList.TrackerList_All_HTTP.Count > 0,
3535
'TrackerList_All_HTTP should never be empty');
3636

37+
{ //HTTPS is not popular. it may be empty
3738
Check(
3839
FngosangTrackerList.TrackerList_All_HTTPS.Count > 0,
3940
'TrackerList_All_HTTPS should never be empty');
40-
41+
}
4142
Check(
4243
FngosangTrackerList.TrackerList_All_IP.Count > 0,
4344
'TrackerList_All_IP should never be empty');

0 commit comments

Comments
 (0)