lib/config, lib/model: Temporarily disable bad tests (ref #3834, #3843)

This commit is contained in:
Jakob Borg 2017-01-01 13:27:18 +01:00
parent 8daaa5d0d2
commit 0a118d2979
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@ func (validationError) String() string {
}
func TestReplaceCommit(t *testing.T) {
t.Skip("broken, fails randomly, #3834")
w := Wrap("/dev/null", Configuration{Version: 0})
if w.RawCopy().Version != 0 {
t.Fatal("Config incorrect")

View File

@ -2199,6 +2199,8 @@ func TestIssue3829(t *testing.T) {
}
func TestNoRequestsFromPausedDevices(t *testing.T) {
t.Skip("broken, fails randomly, #3843")
dbi := db.OpenMemory()
fcfg := config.NewFolderConfiguration("default", "testdata")