Skip to content

Commit

Permalink
gossamer-adapter: disable child storage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFranzen committed Feb 3, 2021
1 parent c7c19ea commit 0f8abf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/adapters/gossamer/host_api/host_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ func ProcessHostApiCommand(args []string) {
test_allocator_malloc_free(rtm, inputs[0])

// test child storage api
case "ext_default_child_storage_set_version_1":
case "ext_default_child_storage_get_version_1":
test_child_storage_set_get(rtm, inputs[0], inputs[1], inputs[2], inputs[3])
//case "ext_default_child_storage_set_version_1":
//case "ext_default_child_storage_get_version_1":
// test_child_storage_set_get(rtm, inputs[0], inputs[1], inputs[2], inputs[3])
//case "ext_default_child_storage_read_version_1":
//case "ext_default_child_storage_clear_version_1":
//case "ext_default_child_storage_storage_kill_version_1":
Expand Down

0 comments on commit 0f8abf7

Please sign in to comment.