mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-28 16:47:21 -04:00
update dependencies
remove dysfunctional integration test
This commit is contained in:
parent
ffa4825c19
commit
3716c5db78
7 changed files with 311 additions and 297 deletions
|
@ -73,8 +73,9 @@ void main() {
|
|||
test('get dht value nonexistent', testGetDHTValueNonexistent);
|
||||
test('set get dht value', testSetGetDHTValue);
|
||||
test('open writer dht value', testOpenWriterDHTValue);
|
||||
test('watch dht values',
|
||||
() async => testWatchDHTValues(fixture.updateStream));
|
||||
// xxx: needs to be a multi-server integration test
|
||||
// test('watch dht values',
|
||||
// () async => testWatchDHTValues(fixture.updateStream));
|
||||
test('inspect dht record', testInspectDHTRecord);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue