Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit 8778965

Browse files
committed
unskip tests
1 parent c882ade commit 8778965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/replicate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test('basic replication', async function (t) {
2121
t.is(d, 5)
2222
})
2323

24-
test.skip('basic replication from fork', async function (t) {
24+
test('basic replication from fork', async function (t) {
2525
const a = await create()
2626

2727
await a.append(['a', 'b', 'c', 'd', 'e'])
@@ -45,7 +45,7 @@ test.skip('basic replication from fork', async function (t) {
4545
t.is(a.fork, b.fork)
4646
})
4747

48-
test.skip('eager replication from bigger fork', async function (t) {
48+
test('eager replication from bigger fork', async function (t) {
4949
const a = await create()
5050
const b = await create(a.key)
5151

@@ -109,7 +109,7 @@ test('bigger download range', async function (t) {
109109
t.end()
110110
})
111111

112-
test.skip('high latency reorg', async function (t) {
112+
test('high latency reorg', async function (t) {
113113
const a = await create()
114114
const b = await create(a.key)
115115

0 commit comments

Comments
 (0)