aboutsummaryrefslogtreecommitdiff
path: root/transaction_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'transaction_test.go')
-rw-r--r--transaction_test.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/transaction_test.go b/transaction_test.go
deleted file mode 100644
index e3d2e87..0000000
--- a/transaction_test.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package bolt
-
-import (
- "testing"
-)
-
-// Ensure that a bucket can be created and retrieved.
-func TestTransactionCreateBucket(t *testing.T) {
- t.Skip("pending")
-}
-
-// Ensure that an existing bucket cannot be created.
-func TestTransactionCreateExistingBucket(t *testing.T) {
- t.Skip("pending")
-}