$$\sum_{x=0}^{\infty} 0^x$$
Check whether the infinite series above converges or diverges.
Using the root test, the series will converge (as the limit is $0$).
Using the ratio test:
$\lim_\limits{x \to \infty} \Big|\frac{a_{n+1}}{a_{n}}\Big|$
= $\lim_\limits{x \to \infty} \Big|\frac{0^{x+1}}{0^x}\Big|$
=$\lim_\limits{x \to \infty} \Big|\frac{(0)0^{x}}{0^x}\Big|$
= $0$
And the series converges.
Evaluating the limit from the ratio test in a different manner:
$\lim_\limits{x \to \infty} \Big|\frac{a_{n+1}}{a_{n}}\Big|$
= $\lim_\limits{x \to \infty} \Big|\frac{0^{x+1}}{0^x}\Big|$
=$\lim_\limits{x \to \infty} \Big|\frac{0^{x}}{0^x}\Big|$
= $1$
And the ratio test is inconclusive.
It turns out that the limit in the ratio test is in the form $\frac{0}{0}$ and is indeterminate.
(If you take a look at the graph of $0^x$, it mostly consists of $0$s as $x$ approaches infinity.)
However, the series should diverge as $0^0$ is undefined. Is this a failure of the ratio test and root test?