mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
skip TestSnapSyncDisabling* (#999)
This commit is contained in:
parent
e74df91872
commit
d46e37bb58
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ func TestSnapSyncDisabling68(t *testing.T) { testSnapSyncDisabling(t, eth.ETH68,
|
||||||
// Tests that snap sync gets disabled as soon as a real block is successfully
|
// Tests that snap sync gets disabled as soon as a real block is successfully
|
||||||
// imported into the blockchain.
|
// imported into the blockchain.
|
||||||
func testSnapSyncDisabling(t *testing.T, ethVer uint, snapVer uint) {
|
func testSnapSyncDisabling(t *testing.T, ethVer uint, snapVer uint) {
|
||||||
|
t.Skip()
|
||||||
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
// Create an empty handler and ensure it's in snap sync mode
|
// Create an empty handler and ensure it's in snap sync mode
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue