mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 10:37:10 +00:00
virtcontainers: Reduce filesystem test noise
We need to set the context before calling into the API. Fixes: #1211 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
e402601cf8
commit
f0312f607b
@ -32,6 +32,7 @@ func TestFilesystemCreateAllResourcesSuccessful(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sandbox := &Sandbox{
|
sandbox := &Sandbox{
|
||||||
|
ctx: context.Background(),
|
||||||
id: testSandboxID,
|
id: testSandboxID,
|
||||||
storage: fs,
|
storage: fs,
|
||||||
config: sandboxConfig,
|
config: sandboxConfig,
|
||||||
|
Loading…
Reference in New Issue
Block a user