We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac38f4d + fa763ed commit cd02b0bCopy full SHA for cd02b0b
tests/src/test/scala/system/basic/WskCliBasicTests.scala
@@ -980,10 +980,6 @@ class WskCliBasicTests extends TestHelpers with WskTestHelpers {
980
WskNsCLI_RetListOneNs_test(wsk, wskprops)
981
}
982
983
- it should "list entities in default namespace" in {
984
- wsk.namespace.get(expectedExitCode = SUCCESS_EXIT)(wskprops).stdout should include("default")
985
- }
986
-
987
behavior of "Wsk Activation CLI"
988
989
it should "create a trigger, and fire a trigger to get its individual fields from an activation" in withAssetCleaner(
0 commit comments