Commit fb96698
authored
acc: Disable UNIX_TIME_MICROS replacement (#2999)
It was added for completeness, not because it is actually used but it
makes certain integration tests flaky:
```
FAIL acceptance.TestAccept/bundle/deployment/bind/experiment (18.05s)
-Successfully bound experiment with an id '[NUMID]'. Run 'bundle deploy' to deploy changes to your workspace736
+Successfully bound experiment with an id '[UNIX_TIME_MICROS]'. Run 'bundle deploy' to deploy changes to your workspace
FAIL acceptance.TestAccept/bundle/deploy/mlops-stacks (28.72s)
- "experiment_id": "[NUMID]",
+ "experiment_id": "[UNIX_TIME_MICROS]",
```1 parent b3b58ec commit fb96698
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments