diff --git a/userspace/units/fifo/channel/nvgpu-channel.c b/userspace/units/fifo/channel/nvgpu-channel.c index 071bf110e..fdc39ec6e 100644 --- a/userspace/units/fifo/channel/nvgpu-channel.c +++ b/userspace/units/fifo/channel/nvgpu-channel.c @@ -661,9 +661,6 @@ static int test_channel_setup_bind(struct unit_module *m, g->os_channel.alloc_usermode_buffers; struct nvgpu_setup_bind_args bind_args; - /* Stage test due to GVS failures */ - return UNIT_SUCCESS; - tsg = nvgpu_tsg_open(g, getpid()); assert(tsg != NULL); @@ -972,9 +969,6 @@ static int test_channel_enable_disable_tsg(struct unit_module *m, int err; int ret = UNIT_FAIL; - /* Stage test due to GVS failures */ - return UNIT_SUCCESS; - tsg = nvgpu_tsg_open(g, getpid()); assert(tsg != NULL);