mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-18 19:15:19 +00:00
This commit is contained in:
parent
8daaa5d0d2
commit
0a118d2979
@ -42,6 +42,8 @@ func (validationError) String() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestReplaceCommit(t *testing.T) {
|
func TestReplaceCommit(t *testing.T) {
|
||||||
|
t.Skip("broken, fails randomly, #3834")
|
||||||
|
|
||||||
w := Wrap("/dev/null", Configuration{Version: 0})
|
w := Wrap("/dev/null", Configuration{Version: 0})
|
||||||
if w.RawCopy().Version != 0 {
|
if w.RawCopy().Version != 0 {
|
||||||
t.Fatal("Config incorrect")
|
t.Fatal("Config incorrect")
|
||||||
|
@ -2199,6 +2199,8 @@ func TestIssue3829(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestNoRequestsFromPausedDevices(t *testing.T) {
|
func TestNoRequestsFromPausedDevices(t *testing.T) {
|
||||||
|
t.Skip("broken, fails randomly, #3843")
|
||||||
|
|
||||||
dbi := db.OpenMemory()
|
dbi := db.OpenMemory()
|
||||||
|
|
||||||
fcfg := config.NewFolderConfiguration("default", "testdata")
|
fcfg := config.NewFolderConfiguration("default", "testdata")
|
||||||
|
Loading…
Reference in New Issue
Block a user