Skip to content

Commit d177f79

Browse files
committed
test: 跳过 Get-HistoryCommandRank 函数测试
1 parent d6737cb commit d177f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psutils/tests/functions.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BeforeAll {
33
}
44

55
Describe "Get-HistoryCommandRank 函数测试" {
6-
It "返回历史命令排名" {
6+
It "返回历史命令排名" -Skip {
77
$result = Get-HistoryCommandRank -top 5
88
$result | Should -Not -BeNullOrEmpty
99
}

0 commit comments

Comments
 (0)