Skip to content

Commit 0619c3f

Browse files
authored
delete e2e test
1 parent 3ba4661 commit 0619c3f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/architecture/adr-059-test-scopes.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,6 @@ Modules not returning simulation operations:
139139
* Useful error messages not provided on from CI, requiring a developer to run
140140
the simulation locally to reproduce.
141141

142-
### E2E tests
143-
144-
End to end tests exercise the entire system as we understand it in as close an approximation
145-
to a production environment as is practical. Presently these tests are located at
146-
[tests/e2e](https://github.com/cosmos/cosmos-sdk/tree/main/tests/e2e) and rely on [testutil/network](https://github.com/cosmos/cosmos-sdk/tree/main/testutil/network) to start up an in-process Tendermint node.
147-
148-
An application should be built as minimally as possible to exercise the desired functionality.
149-
The SDK uses an application will only the required modules for the tests. The application developer is advised to use its own application for e2e tests.
150-
151142
#### Limitations
152143

153144
In general the limitations of end to end tests are orchestration and compute cost.

0 commit comments

Comments
 (0)