Skip to content

Commit 0ea2a22

Browse files
committed
Remove example run
1 parent 29f0568 commit 0ea2a22

File tree

3 files changed

+1
-79
lines changed

3 files changed

+1
-79
lines changed

tools/flakeguard/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ tmp_test_flaky*
22
test_results_*.json
33
debug_outputs
44
example_results/
5+
example_flakeguard_report/
56
example*.json
67
example*.md
78
test-output-*.json

tools/flakeguard/Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ test-race:
2121
.PHONY: bench
2222
bench:
2323
go test -run=^$$ -bench=. -benchmem ./...
24-
25-
.PHONY: example
26-
example:
27-
./run_example.sh 3 Panic,Timeout
28-
29-
.PHONY: example_flaky_panic
30-
example_flaky_panic:
31-
./run_example.sh 3 TestPanic

tools/flakeguard/run_example.sh

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)