Skip to content

Commit

Permalink
ci fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 22, 2024
1 parent 138c968 commit f4f5f35
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions e2e_tests/test_driver/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# End-to-End test

We currently use two different versions of EVerest and the MQTT API for RFID authorisation
is different between them: if using the older "v5" image (the default):

```shell
$ NO_AUTH_TOKEN_TYPE_PREFIX=1 go test -v ./... -count=1
```

Otherwise,

```shell
$ go test -v ./... -count=1
$ go test --tags=e2e -v ./... -count=1
```

0 comments on commit f4f5f35

Please sign in to comment.