Skip to content

Commit fa763ed

Browse files
remove unnecessary test
1 parent ac38f4d commit fa763ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/src/test/scala/system/basic/WskCliBasicTests.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,6 @@ class WskCliBasicTests extends TestHelpers with WskTestHelpers {
980980
WskNsCLI_RetListOneNs_test(wsk, wskprops)
981981
}
982982

983-
it should "list entities in default namespace" in {
984-
wsk.namespace.get(expectedExitCode = SUCCESS_EXIT)(wskprops).stdout should include("default")
985-
}
986-
987983
behavior of "Wsk Activation CLI"
988984

989985
it should "create a trigger, and fire a trigger to get its individual fields from an activation" in withAssetCleaner(

0 commit comments

Comments
 (0)