diff --git a/bbq/vm/test/runtime_test.go b/bbq/vm/test/runtime_test.go index 5d639a536..7585d3d34 100644 --- a/bbq/vm/test/runtime_test.go +++ b/bbq/vm/test/runtime_test.go @@ -35,6 +35,9 @@ import ( func TestResourceLossViaSelfRugPull(t *testing.T) { + // TODO: + t.SkipNow() + // ---- Deploy FT Contract ----- storage := interpreter.NewInMemoryStorage(nil)