Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
try adding flags to test exclusively nondeterministic tests...
Browse files Browse the repository at this point in the history
fails
  • Loading branch information
whilei committed Mar 23, 2018
1 parent 10e7a02 commit 2fc3b38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion accounts/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

// +build !deterministic,nondeterministic
// +build !deterministic nondeterministic

package accounts

Expand Down
2 changes: 1 addition & 1 deletion accounts/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

// +build !deterministic,nondeterministic
// +build !deterministic nondeterministic

package accounts

Expand Down
2 changes: 1 addition & 1 deletion eth/downloader/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

// +build !deterministic,nondeterministic
// +build !deterministic nondeterministic

package downloader

Expand Down
2 changes: 1 addition & 1 deletion p2p/peer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

// +build !deterministic,nondeterministic
// +build !deterministic nondeterministic

package p2p

Expand Down

0 comments on commit 2fc3b38

Please sign in to comment.