Skip to content

Commit 5df83e3

Browse files
committed
accounts: disable file system watcher on windows
The watcher is unreliable and causes test failures on Windows. Disable it until we have a better solution.
1 parent 4c8c5e2 commit 5df83e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accounts/watch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// +build darwin,!ios freebsd linux,!arm64 netbsd solaris windows
17+
// +build darwin,!ios freebsd linux,!arm64 netbsd solaris
1818

1919
package accounts
2020

accounts/watch_fallback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// +build ios linux,arm64 !darwin,!freebsd,!linux,!netbsd,!solaris,!windows
17+
// +build ios linux,arm64 windows !darwin,!freebsd,!linux,!netbsd,!solaris
1818

1919
// This is the fallback implementation of directory watching.
2020
// It is used on unsupported platforms.

0 commit comments

Comments
 (0)